No description
Find a file
Krzysztof Wilczynski 7e7c7ce2ee First version. Function opposite to the bool2num one. Converts
number to appropriate boolean value.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2011-04-25 03:47:31 +01:00
bool2num.rb First version. Improvment upon bool2num function found on the Internet. 2011-04-25 03:19:10 +01:00
collect_indices.rb Minor update. 2011-04-25 03:46:46 +01:00
fact.rb Updated help message. 2011-04-25 02:46:12 +01:00
join.rb Added help accessible via the :doc functionality in Puppet's newfunction. 2011-04-25 02:47:16 +01:00
load_variables.rb First version. Improvment upon bool2num function found on the Internet. 2011-04-25 03:19:10 +01:00
num2bool.rb First version. Function opposite to the bool2num one. Converts 2011-04-25 03:47:31 +01:00
persistent_crontab_minutes.rb Minor changes. Added placeholder for :doc in Puppet's newfunction to fill later. 2011-04-23 01:18:52 +01:00
random_crontab_minutes.rb Minor changes. Added placeholder for :doc in Puppet's newfunction to fill later. 2011-04-23 01:18:52 +01:00
README Adding README file ... 2011-03-14 00:04:08 +00:00

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.