summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cron/unix.rb
Commit message (Expand)AuthorAgeFilesLines
* rebase + squashLamont Granquist2018-07-061-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
* Use double quotes by defaultThom May2016-01-141-5/+5
* Add `provides` to remaining provider resourcesJohn Keiser2015-05-131-0/+1
* Use unix specific provider for cron on solarisjdm/solaris-cronJay Mundrawala2015-03-241-0/+2
* Log output of crontab -l when non-zero exit statusEric Saxby2014-10-011-0/+2
* Unix cron provider uses shell_outEric Saxby & Greg Poirier2014-09-261-7/+11
* Reading user crontab on unix as that userEric Saxby2014-09-231-5/+3
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* fix unit test for cron and stderrs check nil.kaustubh-d2013-08-041-1/+1
* solaris9, 10 on some failures for example invalid mins in crontab fails with ...kaustubh-d2013-08-041-1/+6
* abstract cron functionality for unix.kaustubh-d2013-08-041-0/+71