lib/puppet/parser/functions
|
Convert to module format.
|
2011-04-30 15:59:31 +02:00 |
.gitignore
|
Convert to module format.
|
2011-04-30 15:59:31 +02:00 |
capitalize.rb
|
Changed wording of the note in the comment.
|
2011-04-30 02:54:47 +01:00 |
chomp.rb
|
Changed wording of the note in the comment.
|
2011-04-30 02:54:47 +01:00 |
chop.rb
|
Changed wording of the note in the comment.
|
2011-04-30 02:54:47 +01:00 |
date.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
delete.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
downcase.rb
|
Changed wording of the note in the comment.
|
2011-04-30 02:54:47 +01:00 |
flatten.rb
|
Added body of the function flatten.
|
2011-04-30 02:50:38 +01:00 |
grep.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
hash.rb
|
Making sure that the function hash will also work on older Rubies.
|
2011-04-30 03:44:59 +01:00 |
is_float.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
is_integer.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
is_numeric.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
is_valid_domain_name.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
is_valid_ip_address.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
is_valid_mac_address.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
is_valid_netmask.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
LICENSE
|
Added Apache license.
|
2011-04-30 15:59:31 +02:00 |
load_json.rb
|
Add number of stub code for future functions.
|
2011-04-30 14:36:25 +01:00 |
load_yaml.rb
|
Add number of stub code for future functions.
|
2011-04-30 14:36:25 +01:00 |
lstrip.rb
|
Changed wording of the note in the comment.
|
2011-04-30 02:54:47 +01:00 |
member.rb
|
Moved to unless from if not to improve code clarity. Changed
|
2011-04-30 02:49:15 +01:00 |
Modulefile
|
Convert to module format.
|
2011-04-30 15:59:31 +02:00 |
rand.rb
|
Add number of stub code for future functions.
|
2011-04-30 14:36:25 +01:00 |
README.markdown
|
Change README.
|
2011-04-30 15:59:31 +02:00 |
rstrip.rb
|
Small re-factor. Changed if not to unless for code clarity.
|
2011-04-29 23:30:32 +01:00 |
sort.rb
|
Add number of stub code for future functions.
|
2011-04-30 03:16:12 +01:00 |
squeeze.rb
|
Add number of stub code for future functions.
|
2011-04-30 14:36:25 +01:00 |
str2bool.rb
|
Small change to code formatting.
|
2011-04-30 02:45:36 +01:00 |
strip.rb
|
Corrected function name from chop to strip. Moved to unless from if not
|
2011-04-30 02:43:13 +01:00 |
swapcase.rb
|
First version. Simple swapcase function to use within Puppet DSL.
|
2011-04-30 14:35:10 +01:00 |
upcase.rb
|
Changed wording of the note in the comment.
|
2011-04-30 02:54:47 +01:00 |
zip.rb
|
Added ability to flatten the resulting array in the function zip.
|
2011-04-30 01:47:41 +01:00 |