summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions.rb
Commit message (Expand)AuthorAgeFilesLines
* Slightly more doc updatesluke2006-11-091-15/+1
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-17/+75
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-181-13/+5
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-0/+18
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-27/+19
* - New type Notify for sending client-side log messagesajax2006-09-291-0/+7
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-56/+0
* This commit adds two important features (but which probably were notluke2006-09-151-0/+56
* Function autoloading now works as requested in #214.luke2006-08-221-3/+19
* Fixing error when template does not existluke2006-07-111-0/+1
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-301-13/+7
* adding some tests for the template functionluke2006-06-291-1/+1
* Adding initial template support. It is just a function, and a method_missing...luke2006-06-291-0/+24
* Making sure fail function converts everything to stringsluke2006-06-271-2/+2
* Adding "fail" function, which will raise a ParseError if it is encountered.luke2006-06-271-0/+5
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-4/+4
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-261-4/+8
* Adding "defined" functino to puppet, so you can now test whether a given clas...luke2006-04-261-0/+14
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-0/+103