summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove caching from the catalog, types, and parametersNick Lewis2011-08-191-8/+0
* Maint: Mention that audit metaparameter will accept "all"nfagerlund2011-08-091-1/+1
* Merge branch '2.6.x' into 2.7.xJacob Helwig2011-06-281-24/+13
|\
| * (#4416) Always remove old provider before recreating itNick Lewis2011-06-101-14/+5
| * Cleanup indentation, comment, and unused codeNick Lewis2011-06-101-10/+8
* | (#7624) Manually fetch all properties in instances.Luke Kaines2011-06-061-1/+9
* | (#7624) Auditing should not be enabled by default for purged resources.Dan Bode2011-06-031-1/+1
* | (#7264) Docs: Clarify that subscribe/notify imply require/beforenfagerlund2011-05-121-40/+44
* | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-0/+28
* | Maint: fix a load order problem with type(:component)Jesse Wolfe2011-04-071-1/+1
* | (6911) Use normal methods to implement "depthfirst?" testMarkus Roberts2011-03-301-7/+1
|/
* Fix #5610: Prevent unnecessary RAL lookupsJesse Wolfe2011-03-151-1/+1
* Revert "Merge branch 'ticket/2.6.x/5605' of git://github.com/stschulte/puppet...Jesse Wolfe2011-03-151-7/+1
* Merge branch 'ticket/2.6.x/5605' of git://github.com/stschulte/puppet into 2....Jesse Wolfe2011-03-151-1/+7
|\
| * (#5605) Prefetch doesnt work with composite keysStefan Schulte2010-12-231-1/+7
* | Merge branch 'ticket/2.6.x/5661' of https://github.com/stschulte/puppet into ...Jesse Wolfe2011-03-141-4/+4
|\ \
| * | (#5661) Creating types dont work with >1 namevarStefan Schulte2010-12-231-4/+4
| |/
* | (6114) Update the audit metaparameter for 2.6.5.nfagerlund2011-02-031-6/+19
* | (#5931) Prevent errors when calling insync? on audited propertiesPaul Berry2011-01-251-2/+2
* | (#5715) Removed redundant attribute Transaction::Event#versionPaul Berry2010-12-301-1/+1
|/
* Fix #4743: Allow the audit meta-parameter to accept both 'all', and :allJacob Helwig2010-09-221-3/+3
* [#4756] addendum for #4756Jesse Wolfe2010-09-141-7/+9
* Fix for Bug #4756 - Providers no longer respect missing featuresJames Cammarata2010-09-141-0/+6
* Fixed alias metaparam docs errorJames Turnbull2010-09-071-1/+1
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-121-85/+85
* Fixing #4268 - manifests always importedLuke Kanies2010-07-191-0/+4
* [#4233] Ruby regexps are not multiline by default, but Resource titles can be...Jesse Wolfe2010-07-181-1/+1
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-181-6/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-1651/+1651
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-9/+9
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-2/+2
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-4/+4
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-25/+25
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-35/+7
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-84/+28
* Code smell: Use string interpolationMarkus Roberts2010-07-091-36/+36
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-67/+65
* Fixed subscribe exampleJames Turnbull2010-07-091-1/+1
* [#4110] Wrap Type#retrieve calls for backwards compatibilityJesse Wolfe2010-07-071-3/+9
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-1/+1
* Restore error handling for value=Jesse Wolfe2010-06-251-10/+11
* Simplify the newattr method by removing a level violationJesse Wolfe2010-06-251-6/+0
* [#3139] Make newattr idempotentJesse Wolfe2010-06-241-13/+5
* Fixing #3139 - all properties can now be auditedLuke Kanies2010-02-171-41/+41
* Working #3139 - ResourceHarness does cachingLuke Kanies2010-02-171-12/+0
* Working #3139 - scheduling moved to resource harnessLuke Kanies2010-02-171-43/+0
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-87/+44
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-171-1/+0
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-9/+9