summaryrefslogtreecommitdiff
path: root/lib/chef/resource/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
| | | | | | | | Legally incredibly dubious, particularly since we don't follow it strictly as policy, and we have git history instead, which does it right. This is just a waste of time and a cargo cult. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix typoVivek Singh2020-04-061-1/+1
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* clean up chef_client_cronLamont Granquist2020-03-241-4/+27
| | | | | | | | | | - add instance methods to the module so it can be mixed in - extend the module into the resource class - use explicit methods for "currying" arguments to avoid the cognitive overhead of the lambda syntax and allow using method() - use method() to keep the callbacks readable Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Make this a helper module not a mixincron_validationsTim Smith2020-03-231-0/+75
Stop abusing the mixin name and stop using the mixin like the kitchen drawer of junk it's becoming. Signed-off-by: Tim Smith <tsmith@chef.io>