giraffesoft-chef 0.7.15 → 0.7.16
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/chef/provider/cron.rb +1 -1
- metadata +1 -1
data/lib/chef/provider/cron.rb
CHANGED
@@ -62,7 +62,7 @@ class Chef
|
|
62
62
|
when /^HOME=(\S*)/
|
63
63
|
@current_resource.home($1) if cron_found
|
64
64
|
next
|
65
|
-
when
|
65
|
+
when /^([0-9\*]+)\s*([0-9\*]+)\s*([0-9\*]+)\s*([0-9\*]+)\s*([0-9\*]+)\s*(.*)/
|
66
66
|
if cron_found
|
67
67
|
@current_resource.minute($1)
|
68
68
|
@current_resource.hour($2)
|