diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-23 03:30:41 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-23 03:30:41 +0000 |
commit | 70ec0cc1d90aad151141e8139a0d17213e49346b (patch) | |
tree | d6e09f9eb963346405e5fc609f857f6996f61a0d /lib | |
parent | 5afa587dfe152e29dba480305be8042fa9fb3f0a (diff) | |
download | puppet-70ec0cc1d90aad151141e8139a0d17213e49346b.tar.gz puppet-70ec0cc1d90aad151141e8139a0d17213e49346b.tar.xz puppet-70ec0cc1d90aad151141e8139a0d17213e49346b.zip |
Removing the naming restrictions on cron names
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2405 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/cron.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/puppet/type/cron.rb b/lib/puppet/type/cron.rb index ccf5d0449..ca52d4ec9 100755 --- a/lib/puppet/type/cron.rb +++ b/lib/puppet/type/cron.rb @@ -330,12 +330,6 @@ Puppet::Type.newtype(:cron) do character." isnamevar - - validate do |value| - unless value =~ /^[-\w]+$/ - raise ArgumentError, "Invalid name format '%s'" % value - end - end end newproperty(:user) do |