No description
Find a file
Krzysztof Wilczynski 1b4ade7b2a First version. Simple join function to use within Puppet DSL.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2011-04-26 00:02:59 +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 Small re-factor to fact function. 2011-04-26 00:00:58 +01:00
join.rb First version. Simple join function to use within Puppet DSL. 2011-04-26 00:02:59 +01:00
join_with_prefix.rb Changing name of join.rb to join_with_prefix.rb to make room for 2011-04-25 23:33:26 +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.