index
:
puppet-stdlib
master
Puppet module for stdlib
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
parser
Age
Commit message (
Expand
)
Author
2011-07-28
Removed crontab functions instead of unstubbing them.
Ken Barber
2011-07-28
Removed load_variables. load_yaml is sufficient to solve this problem on its ...
Ken Barber
2011-07-28
Remove is_valid_netmask instead of unstubbing. Doesn't seem like a sensible f...
Ken Barber
2011-07-28
(#2) unstub is_numeric function.
Ken Barber
2011-07-28
(#2) - unstubbed is_valid_ip_address
Ken Barber
2011-07-28
(#2) - Added is_float and is_integer functionality.
Ken Barber
2011-07-24
(#1) - fleshed out some more tests.
Ken Barber
2011-07-01
Added validate_resource function and examples on how to use it (and kwalify a...
Ken Barber
2011-06-30
Few more tests.
Ken Barber
2011-06-29
Move require inside function for kwalify.
Ken Barber
2011-06-29
Add some more functional tests.
Ken Barber
2011-06-29
Added tests for each function, fixing functions as we hit bugs.
Ken Barber
2011-06-29
Added kwalify function.
Ken Barber
2011-06-26
Removed duplicate - is_hash is really now is_hash instead of is_array.
Ken Barber
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