summaryrefslogtreecommitdiff
path: root/lib/chef/resource/cron_d.rb
Commit message (Collapse)AuthorAgeFilesLines
* More description updatesrandom_delayTim Smith2018-08-241-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add missing commaTim Smith2018-08-241-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Lazily eval the empty hash default and remove nil typesTim Smith2018-08-241-6/+7
| | | | | | We don't need to specify nil anymore since it's the default now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add random_delay property to cron_dTim Smith2018-08-241-0/+4
| | | | | | This was released in cron cookbook 6.1. The template already supported it, but the property was missing. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add descriptions and fix chefstyle warningsTim Smith2018-08-131-11/+19
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add yard commentsTim Smith2018-08-131-0/+12
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Self the callback methodsTim Smith2018-08-131-48/+48
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add descriptions and update the Chef version to ship inTim Smith2018-08-131-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add cron_d and cron_access resources from the cron cookbookTim Smith2018-08-131-0/+213
Cron_d was the #1 requested resource that we already had written. Everyone uses it and we should ship it. It's not a replacement for the existing cron cookbook, but just a different way of managing cron. If people want to manage the whole file or individual snippets we'll give them the option, just as we've always done by having the core resource and this resource. Signed-off-by: Tim Smith <tsmith@chef.io>