giraffesoft-chef 0.7.15 → 0.7.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/chef/provider/cron.rb +1 -1
  2. metadata +1 -1
@@ -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 /([0-9\*]+)\s*([0-9\*]+)\s*([0-9\*]+)\s*([0-9\*]+)\s*([0-9\*]+)\s*(.*)/
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)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: giraffesoft-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.15
4
+ version: 0.7.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob