Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 0.9.8, 0.10.8
-
Fix Version/s: 0.10.10
-
Component/s: None
-
Labels:None
Description
- Chef Name: test
#*/1 * * * * /bin/true
running chef-client does not cause chef to renable this manually disabled cron job.
Pull request here: https://github.com/opscode/chef/pull/251
I've fixed the issue with commented out cron lines not being re-enabled. In the process, I've covered the general case of handling crontabs with the chef comment, but no corresponding crontab line.
I've also taken the opportunity to refactor the Solaris cron provider to inherit most of its functionality from the standard provider.