summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/cron.rb
Commit message (Expand)AuthorAgeFilesLines
* Updating the docs for the cron typeLuke Kanies2008-02-051-7/+18
* Updated documentation for builtin cron type; added information about range an...Paul Lathrop2008-01-091-0/+7
* fix the underlying dependency on the environment in the cron typeDavid Schmitt2007-11-111-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing some logging in cronluke2007-07-141-0/+3
* Fixing the rest of #705, except for the env stuff, which I was not able to re...luke2007-07-141-2/+6
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+0
* Adding tracing to prefetch failures, and Fixing the environment support in th...luke2007-06-181-1/+17
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-4/+1
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-3/+3
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-33/+29
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-8/+4
* Removing the naming restrictions on cron namesluke2007-04-231-6/+0
* The first round of fixes for failing tests.luke2007-03-181-3/+28
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-171-372/+297
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-141-437/+9
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-3/+3
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-44/+37
* Hacking cron so that it works even though I have changed ParsedType. The who...luke2006-10-181-3/+67
* Fixing reported problem of crons rewriting every time when the environment is...luke2006-09-281-3/+9
* Fixing #262. I somehow lost the line that only added a given user's jobs to ...luke2006-09-151-0/+1
* Fixing #230. If the first line in the cron tab, before the header, starts wi...luke2006-09-051-2/+11
* Fixing small bug in cron where removed fields are not deleted from the fileluke2006-09-051-1/+2
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-1/+8
* Committing a small amount of work in cron. I have decided that this is too l...luke2006-09-051-8/+1
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-23/+21
* Fixing #191. I was only testing for parsed cron instances, not for created o...luke2006-07-181-4/+8
* Adding support for special freebsd @schedule crap. Also making sure that cro...luke2006-06-271-40/+105
* More documentation changes.luke2006-06-191-1/+1
* Reworking cron; adding many unit tests, and making it much more like a Parsed...luke2006-05-251-110/+209
* Fixing #138, all of it, I think. Environment settings are now allowed, altho...luke2006-05-191-11/+77
* Adding a small fix to cron tabs; they will at least parse tabs that have env ...luke2006-05-191-0/+12
* Fixing some naming problems with crons, and adding appropriate testsluke2006-05-031-7/+12
* Go some work started on developing authorization, but I have made little prog...luke2006-04-211-14/+13
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-201-15/+31
* Some important bug fixes in the parsedtypes types; this all started from the ...luke2006-02-151-9/+24
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-131-16/+44
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-3/+3
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-171-6/+23
* Added "ensure" state to some classes, and added infrastructure for it to work...luke2006-01-161-6/+56
* Fixing up the parsedtypes, fixing Type.eachtype to ignore structure typesluke2006-01-131-4/+4
* finalizing cron and host management, hopefullyluke2006-01-131-77/+7
* Abstracting host support so it should easily support other typesluke2006-01-131-114/+39
* Updating Puppet to work with the new Facterluke2006-01-091-1/+1
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-340/+318
* Undoing the merge that happened in 785luke2006-01-071-318/+340
* Merging in refactoring from version 774 into version 784luke2006-01-071-340/+318
* Fixing two reported bugs in cron jobs. Cron jobs correctly change when field...luke2006-01-031-141/+202
* Cleaning up tests resulting from the changes to the parserluke2005-10-301-1/+1
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-2/+2