Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-01 | Convert tests to use plain rspec-puppet | David Schmitt | |
Tests in the new style produces the following documentation output: abs should not eq nil should run abs() and raise an Puppet::ParseError should run abs(-34) and return 34 should run abs("-34") and return 34 should run abs(34) and return 34 should run abs("34") and return 34 | |||
2014-11-17 | Need to convert strings and fixnums to arrays | Morgan Haskel | |
2014-11-12 | (MODULES-1329) Allow member function to look for array | Yanis Guenane | |
Currently, the member function allows one to only find if a variable is part of an array. Sometimes it is useful to find if an array is part of a bigger array for validation purpose. | |||
2014-11-04 | MODULES-1413 Ability to for future parser to use member with FixNum types | Travis Fields | |
2011-07-29 | (#3) Provide documentation for remaining functions. | Ken Barber | |
2011-04-30 | Moved more functions into lib/puppet/parser/functions/ | Ken Barber | |
2011-04-30 | Convert to module format. | Ken Barber | |