summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parameter.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove caching from the catalog, types, and parametersNick Lewis2011-08-191-6/+0
* (#4884) Add consistent path validation and behaviorDaniel Pittman2011-03-151-0/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-247/+247
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-5/+5
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-4/+4
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-10/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-15/+5
* Code smell: Use string interpolationMarkus Roberts2010-07-091-6/+6
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-8/+8
* [#3139] Fixed a problem with the value method for parametersNick Lewis2010-06-251-1/+1
* [#3139] Make newattr idempotentJesse Wolfe2010-06-241-1/+1
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-17/+1
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-2/+2
* Solidifying the RAL/Event integration.Luke Kanies2010-02-171-1/+1
* Refactoring the RAL interface to loggingLuke Kanies2010-02-171-10/+1
* Moving Parameter utility classes into separate filesLuke Kanies2010-02-171-210/+1
* Least kludgy patch for #2675Markus Roberts2009-11-141-1/+17
* Adding metadata delegation from param to resourceLuke Kanies2009-08-031-0/+19
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Add an unmunge capability to type parameters and propertiesBrice Figureau2009-05-021-1/+15
* Setting resource defaults immediately.Luke Kanies2008-12-181-1/+1
* Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-111-0/+6
* Converting the file 'source' property to a parameter.Luke Kanies2008-11-051-9/+0
* Switched all value management in props/params to internal classes.Luke Kanies2008-11-041-211/+253
* Fixing #1667 - regex automatic value documentation is now readable.Luke Kanies2008-10-291-1/+1
* Removing some code in Parameter that is unnecessary.Luke Kanies2008-09-231-5/+0
* Fixed #1595 - Internally, Property#retrieve is no longer calledLuke Kanies2008-09-231-23/+1
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-27/+32
* Fixing #886 -- the problem was the I had changed the baseLuke Kanies2007-11-231-0/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-3/+10
* Fixing the to_trans method and ralsh a bit so ralsh now works with the new la...luke2007-05-101-1/+1
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-5/+0
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-23/+33
* Adding the ability to manage passwords with the useradd providerluke2007-04-251-0/+4
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-251-1/+5
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-191-0/+6
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-1/+1
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-340/+377
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-291-9/+0
* Setting up specific allowed types for sshkeyluke2007-01-041-0/+1
* Fixing #388. Paths now look a lot cleaner.luke2006-12-281-1/+14
* Removing the explicit load for most types in type.rbluke2006-12-101-2/+2
* Fixing some Class.to_s handlingluke2006-10-201-8/+2
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-8/+2
* Converting Parameter#proxymethods from using eval to using define_methodluke2006-06-271-1/+3
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-251-0/+4
* Updating doc system to add the list of valid values to the doc string, and tw...luke2006-05-101-0/+42