index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
parser
/
functions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Function autoloading now works as requested in #214.
luke
2006-08-22
1
-3
/
+19
*
Fixing error when template does not exist
luke
2006-07-11
1
-0
/
+1
*
Moving the template handling into a simple wrapper object so templates don't ...
luke
2006-06-30
1
-13
/
+7
*
adding some tests for the template function
luke
2006-06-29
1
-1
/
+1
*
Adding initial template support. It is just a function, and a method_missing...
luke
2006-06-29
1
-0
/
+24
*
Making sure fail function converts everything to strings
luke
2006-06-27
1
-2
/
+2
*
Adding "fail" function, which will raise a ParseError if it is encountered.
luke
2006-06-27
1
-0
/
+5
*
Preliminary commit of the first phase of the parser redesign. The biggest di...
luke
2006-05-09
1
-4
/
+4
*
This should have been in 0.16.1. Moving the "setclass" statements around so ...
luke
2006-04-26
1
-4
/
+8
*
Adding "defined" functino to puppet, so you can now test whether a given clas...
luke
2006-04-26
1
-0
/
+14
*
Creating a simplistic, generic function framework in the parser, so it is now...
luke
2006-04-26
1
-0
/
+103