summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/master/5061' into 2.6.nextPaul Berry2011-02-011-13/+13
|\
| * (#5061) - allow special hostclass/define variables to be evaluated as defaults.Dan Bode2011-02-011-13/+13
* | (#5045) Cleaning up some tests and codeMatt Robinson2011-01-241-6/+6
* | (#5045) Adds support to resource/type to also accept a param hashDan Bode2011-01-241-3/+11
|/
* (#5900) Include ResourceStatus#failed in serialized reportsNick Lewis2011-01-141-1/+2
* Maint: Added "skipped" to the YAML output for Puppet::Resource::StatusPaul Berry2011-01-061-1/+2
* maint: Prune #inspect methods on various objectsJesse Wolfe2011-01-031-0/+4
* (#5715) Added attributes resource_type and title to Puppet::Resource::Status.Paul Berry2010-12-301-2/+4
* (#5715) Removed attribute source_description from the YAML representation ofPaul Berry2010-12-301-0/+6
* (#5715) Make certain report attributes always present.Nick Lewis2010-12-301-0/+2
* (#5715) Removed redundant attribute Resource::Status#versionPaul Berry2010-12-301-2/+2
* (#5715) Removed Resource::Status#skipped_reason. It was never used.Paul Berry2010-12-301-1/+1
* Modified the behavior of Puppet::Resource::Status as follows:Paul Berry2010-12-171-4/+9
* (#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar...Paul Berry2010-12-171-2/+6
* [#5081] Revert "Fix #4349 - Parsing with ignoreimport=true was always loading...Matt Robinson2010-12-011-1/+0
* (#4534/#4778) -- Normalize parameterized classesPaul Berry2010-10-271-13/+18
* Fix for #4736 -- preserve case of defined resourcesMarkus Roberts2010-09-101-2/+7
* Minimal fix for #4691 -- class name uppercased in $nameMarkus Roberts2010-09-071-1/+1
* Fix for #4518 -- classes not getting added to compiler.classesMarkus Roberts2010-08-211-0/+1
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-031-6/+2
* Fix #4349 - Parsing with ignoreimport=true was always loading site.ppMarkus Roberts2010-07-251-0/+1
* Fix for 4314 -- Need to allow '-' in class name for refsMarkus Roberts2010-07-251-1/+1
* Minimal fix for #4297, with notes for follow-upMarkus Roberts2010-07-251-1/+18
* [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-192-6/+14
* Tweak to tweak to fix for #4233 -- ":" is valid in type namesMarkus Roberts2010-07-191-1/+1
* Tweak to fix for #4233 -- only accept word chars in typesMarkus Roberts2010-07-191-1/+1
* [#4233] Ruby regexps are not multiline by default, but Resource titles can be...Jesse Wolfe2010-07-181-1/+1
* Fix for #4257 -- problems resolving ::-prefixed classesMarkus Roberts2010-07-181-5/+1
* [#4209] catalog.resources should return resourcesJesse Wolfe2010-07-111-0/+4
* Code smell: Two space indentationMarkus Roberts2010-07-095-941/+941
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-4/+4
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-6/+6
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-4/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-092-24/+8
* Code smell: Use string interpolationMarkus Roberts2010-07-091-14/+14
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-092-9/+8
* Removing obsolete nodescope conceptLuke Kanies2010-06-281-3/+1
* Fix #3665 - part 2, node inheritance fixesBrice Figureau2010-06-281-5/+6
* Fix #3665 - main class shouldn't be a subscope of itselfBrice Figureau2010-06-281-1/+1
* Fix #3667 - Fix class namespaceBrice Figureau2010-02-171-1/+5
* Fixing #2337 - Adding 'freeze_main' settingLuke Kanies2010-02-171-0/+1
* Fixing #1545 - Adding 'caller_module_name' variableLuke Kanies2010-02-171-0/+4
* Fixing #1545 - module_name is now a variableLuke Kanies2010-02-171-1/+2
* Working #3139 - Catalogs default to host_configLuke Kanies2010-02-171-1/+3
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-20/+30
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-172-52/+55
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-24/+9
* Fixing #2655 - Adding default parameter values to resourcesLuke Kanies2010-02-171-1/+5