summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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