No description
Find a file
Krzysztof Wilczynski 399dd8cca8 First version. A function for Puppet that allows to retrieve a fact from Facter
easily instead of resorting to awful "inline_template" use-and-abuse practices.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2011-04-23 01:28:11 +01:00
cronrand.rb cronrand - stateful (between puppet runs) randomizer eg. for cron minutes for equal load distribution 2011-03-03 03:09:55 +01:00
fact.rb First version. A function for Puppet that allows to retrieve a fact from Facter 2011-04-23 01:28:11 +01:00
load_variables.rb Minor changes. Added placeholder for :doc in Puppet's newfunction to fill later. 2011-04-23 01:18:52 +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.