summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/resources.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-111-5/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-107/+107
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-15/+5
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-11/+11
* [#4110] Wrap Type#retrieve calls for backwards compatibilityJesse Wolfe2010-07-071-1/+1
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-1/+1
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-1/+1
* Fix #2681 Incorrectly duplicating resourcesRein Henrichs2009-11-131-12/+12
* Fix for #2681 (duplicate resource)Markus Roberts2009-10-151-17/+17
* Removed extra whitespace from end of linesIan Taylor2009-06-061-18/+18
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removing extraneous debuggingluke2007-07-121-2/+0
* Significantly reworked the type => provider interface with respect toluke2007-06-041-3/+3
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-0/+4
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-4/+4
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-2/+2
* Fixing #542. Transactions now cause services to warn when they would have go...luke2007-03-171-0/+4
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-2/+3
* A couple small bug-fixesluke2007-01-291-1/+5
* Fixing error-catching in resources.rbluke2007-01-231-1/+1
* Last round of fixes before the next releaseluke2007-01-051-3/+3
* Adding #408.luke2007-01-051-2/+72
* You can now use the "resources" type to purge resources. I still need to mod...luke2006-12-131-0/+3
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-121-0/+68