No description
5fce8a7f54
This would allow for creating hashes on the fly from two arrays. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> |
||
---|---|---|
abs.rb | ||
bool2num.rb | ||
capitalize.rb | ||
chomp.rb | ||
chop.rb | ||
count.rb | ||
delete_at.rb | ||
empty.rb | ||
fact.rb | ||
is_array.rb | ||
is_hash.rb | ||
is_string.rb | ||
join.rb | ||
join_with_prefix.rb | ||
keys.rb | ||
load_variables.rb | ||
lstrip.rb | ||
member.rb | ||
num2bool.rb | ||
persistent_crontab_minutes.rb | ||
prefix.rb | ||
random_crontab_minutes.rb | ||
range.rb | ||
README | ||
reverse.rb | ||
rstrip.rb | ||
shuffle.rb | ||
size.rb | ||
str2bool.rb | ||
strftime.rb | ||
strip.rb | ||
time.rb | ||
type.rb | ||
unique.rb | ||
values.rb | ||
values_at.rb | ||
zip.rb |
Various functions to use within Puppet will be stored here. Most of them are to be run by Puppet in order to extend its Domain Specific Language (DSL) abilities and functionality.