summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/schedule.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-0/+2
* (#6509) Inline docs: fix broken code blocks in schedule.rb.nfagerlund2011-02-281-20/+20
* Fixed #5287 - Schedule documentation is incorrectJames Turnbull2010-11-161-5/+5
* Updated all types to Markdown outputJames Turnbull2010-08-111-12/+9
* Code smell: Two space indentationMarkus Roberts2010-07-091-312/+312
* Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-18/+6
* Code smell: Use string interpolationMarkus Roberts2010-07-091-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-8/+11
* Removed extra whitespace from end of linesIan Taylor2009-06-061-9/+9
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-2/+2
* Switched all value management in props/params to internal classes.Luke Kanies2008-11-041-1/+1
* Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-8/+4
* Fixing a couple of failing testsLuke Kanies2008-01-021-1/+3
* Removing extraneous debugging from the schedule resource type.Luke Kanies2007-12-111-1/+0
* Fixing the persistent and periodic schedule test failuresLuke Kanies2007-11-271-14/+18
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-13/+16
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-2/+2
* Modifying how default resources are created; they are nowLuke Kanies2007-11-151-14/+11
* This commit is the first run at removing all globalLuke Kanies2007-11-131-7/+7
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Changing "element" to "resource" in the documentation, which just aligns with...luke2007-07-091-15/+15
* Significantly reworked the type => provider interface with respect toluke2007-06-041-2/+2
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-5/+5
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-6/+6
* Fixing #526. Implemented as a period of "never", rather than adding a new pa...luke2007-02-281-1/+3
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-3/+1
* Switching files to use a filebucket named "puppet" by default. Also, set up ...luke2006-12-271-10/+14
* Adding a little more validation to the schedule, and documenting the source s...luke2006-08-281-1/+13
* More documentation changes.luke2006-06-191-5/+5
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-201-1/+1
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-201-0/+4
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-161-1/+1
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-1/+1
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-231-0/+341