summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cron.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* Use unix specific provider for cron on solarisjdm/solaris-cronJay Mundrawala2015-03-241-1/+1
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-0/+2
* Initial sketch for provider resolverRichard Manyanza2014-10-221-1/+1
* Fixes the "cron" resource handling of special strings (e.g. @reboot, @yearly)Sean Clemmer2014-08-181-0/+11
* Enabled using special strings in cron. CHEF-2816Juri Timoshin2014-03-201-4/+16
* Cron resource accepts a symbol as `weekday`Ryota Arai2014-03-201-1/+11
* nil signifies absence of an attribute, which can be used to remove an attributeRanjib Dey2013-11-261-1/+1
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* popen4 can yield while child has already died.kaustubh-d2013-08-041-2/+9
* abstract cron entry creation and reset @cron_exists on load.kaustubh-d2013-08-041-8/+15
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+214