index
:
puppet-stdlib
master
Puppet module for stdlib
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-07-29
Some improvements to values_at tests.
Ken Barber
2011-07-29
(#1) provide some more detailed tests for a number of functions.
Ken Barber
2011-07-29
Removed date stub since this functinality is available in strftime anyway.
Ken Barber
2011-07-29
(#2) fix is_string finally so it also makes sure numbers return false.
Ken Barber
2011-07-29
(#2) unstub is_valid_domain_name
Ken Barber
2011-07-30
Added doc strings for first five functions
James Turnbull
2011-07-29
Removed join_with_prefix.
Ken Barber
2011-07-29
(#2) unstub is_valid_mac_address.
Ken Barber
2011-07-29
Allow sort for strings.
Ken Barber
2011-07-28
Count functionality overlaps with size - so removing it.
Ken Barber
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
(#1) - added new test for upcase.
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
New abs test.
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-29
Copied function test scaffolding from puppet.
Ken Barber
2011-06-26
Removed duplicate - is_hash is really now is_hash instead of is_array.
Ken Barber
2011-05-16
Rename to puppetlabs-functions.
Ken Barber
2011-05-05
Added disclaimer and basic installation guide to README.markdown file.
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
Moved type into pluginsync compat area.
Ken Barber
2011-04-30
Added Apache license.
Ken Barber
2011-04-30
Change README.
Ken Barber
2011-04-30
Convert to module format.
Ken Barber
2011-04-30
Add number of stub code for future functions.
Krzysztof Wilczynski
2011-04-30
First version. Simple swapcase function to use within Puppet DSL.
Krzysztof Wilczynski
2011-04-30
Making sure that the function hash will also work on older Rubies.
Krzysztof Wilczynski
2011-04-30
Add number of stub code for future functions.
Krzysztof Wilczynski
2011-04-30
First version. Simple hash function to use within Puppet DSL.
Krzysztof Wilczynski
2011-04-30
Change boolean detecion from string to make entire function more robust.
Krzysztof Wilczynski
2011-04-30
Changed wording of the note in the comment.
Krzysztof Wilczynski
2011-04-30
Small re-factor. Remove not needed complexity.
Krzysztof Wilczynski
2011-04-30
Added body of the function flatten.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not to improve code clarity. Changed
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not to improve code clarity. Added TODO
Krzysztof Wilczynski
2011-04-30
Added TODO for future reference.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not to make code more clear. Plus a variable
Krzysztof Wilczynski
2011-04-30
Small change to code formatting.
Krzysztof Wilczynski
2011-04-30
Added comment line.
Krzysztof Wilczynski
[next]