summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parameter.rb
Commit message (Expand)AuthorAgeFilesLines
* [#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
* Adding filesystem support, and modifying parsedtypes a bit to fix a bug where...luke2006-04-011-6/+6
* Parameters and states can now register regexes as allowed values. Also, ther...luke2006-03-091-22/+70
* Adding "links" parameter to files, and adding support for following or ignori...luke2006-03-041-0/+4
* removing extraneous debuggingluke2006-03-031-1/+0
* Tracked down a few other bugs; everything now passes on debian in preparation...luke2006-02-151-34/+18
* Fixing users so that they can use a group created by Puppet, and they also no...luke2006-02-151-3/+6
* Some important bug fixes in the parsedtypes types; this all started from the ...luke2006-02-151-1/+11
* a couple small changes; the most significant is the addition of a class-level...luke2006-02-061-6/+9
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-8/+4
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-231-3/+110
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-0/+25