summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cron.rb
Commit message (Expand)AuthorAgeFilesLines
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* - Added a warning in case user is using a `environment` for an entry that can...btm/MSYS-979vijaymmali19902019-05-031-2/+14
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-3/+3
* fix Style/MutableConstantLamont Granquist2018-07-021-3/+3
* mechanical conversion of most debug log statements to traceThom May2018-03-261-7/+7
* Just use an empty stringrubocop_unfreezestringTim Smith2018-03-121-3/+3
* Use Ruby 2.3's +'' instead of String.newTim Smith2018-03-111-3/+3
* also need to wrap Errno::EPIPE here at leastLamont Granquist2017-04-011-2/+2
* revert back to throwing Chef::Exceptions::CronLamont Granquist2017-04-011-2/+5
* remove popen4 from cron resource + fix specsLamont Granquist2017-03-311-19/+4
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-2/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+0
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-38/+38
* Style fix - change single quotes to doublePeter Walz2016-10-181-1/+1
* Remove leading and trailing quotes when reading certain environment variablesPeter Walz2016-10-181-1/+1
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+1
* Fix handling of empty string values for cron attrstm/empty_cron_attributesThom May2016-07-291-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* 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