Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-03 | Add validate_bool() function to stdlib | Jeff McCune | |
This function aborts catalog compilation if any of the passed values are not true or false. Note, this catches the string values of true and false correct and will abort catalog compilation if they are not boolean values. Paired-with: Dan Bode <dan@puppetlabs.com> | |||
2011-05-25 | (#7657) Add basic validate_re function | Jeff McCune | |
While developing Puppet Modules with class parameters, data from the user should be validated as per the Style Guide. Puppet should fail early and hard in the situation of invalid data being passed into the module. This function provides a more concise method to the alternative of using if statements in the Puppet manifests. | |||
2011-04-30 | Moved more functions into lib/puppet/parser/functions/ | Ken Barber | |
2011-04-30 | Moved type.rb | Ken Barber | |
2011-04-30 | Convert to module format. | Ken Barber | |