Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-25 | Minor update. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-25 | First version. Improvment upon bool2num function found on the Internet. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-25 | Added help accessible via the :doc functionality in Puppet's newfunction. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-25 | Updated help message. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-25 | Update to error reporting. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-25 | Updated error check and reporting. Also we now return empty | Krzysztof Wilczynski | |
string value i.e. "" instead of raising an exception when a particular fact is not present. We also make use of strinterp() explicitly to evaluate arguments passed to the function. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-24 | Adding more error checking ... | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-24 | Adding ability to specifiy range as the index when selecting indices to collect. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | Small changes. Added better error checking etc ... | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | First version. Function that allows to collect selected indices | Krzysztof Wilczynski | |
from an array within Puppet manifest. More or less how array slicing works in Perl ... Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | First version. Adding join to Puppet for use within the manifest files. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | Fix. It is better to promote good practice... | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | Small changes. Mainly to formatting of the help provided. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | We do not need cronrand.rb any more. | Krzysztof Wilczynski | |
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | First version. A function for Puppet that allows to retrieve a fact from Facter | Krzysztof Wilczynski | |
easily instead of resorting to awful "inline_template" use-and-abuse practices. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-04-23 | Minor changes. Added placeholder for :doc in Puppet's newfunction to fill later. | Krzysztof Wilczynski | |
2011-03-23 | Create destination directory on-demand i.e. when missing ... | Krzysztof Wilczynski | |
Signed-off-by: Krzsysztof Wilczynski <krzysztof.wilczynski@linux.com> | |||
2011-03-14 | Changing the name of the file to reflect change in the function name. | Krzysztof Wilczynski | |
2011-03-14 | Adding README file ... | Krzysztof Wilczynski | |
2011-03-13 | First version. | Krzysztof Wilczynski | |
2011-03-13 | Changing the way how function description and usage was given. Now ↵ | Krzysztof Wilczynski | |
documentation is exposed properly via Puppet itself. | |||
2011-03-13 | Changing the name of the file to reflect change in the function name. | Krzysztof Wilczynski | |
2011-03-12 | Small re-factor. | Krzysztof Wilczynski | |
2011-03-12 | Check for the number of arguments given. | Krzysztof Wilczynski | |
2011-03-11 | Small re-factor. | Krzysztof Wilczynski | |
2011-03-04 | Merge branch 'kwilczynski-master' | Roman Barczyński | |
2011-03-04 | Merge branch 'master' of git://github.com/kwilczynski/puppet-functions into ↵ | Roman Barczyński | |
kwilczynski-master | |||
2011-03-03 | Fix. The data structure should only be populated and/or set to be empty if ↵ | Krzysztof Wilczynski | |
and only if key is present. | |||
2011-03-03 | Fix. Should yield empty data structure when given key cannot be found in the ↵ | Krzysztof Wilczynski | |
hash upon parsing YAML file. | |||
2011-03-03 | Fix. Given vim mode line should end with : in order to work. | Krzysztof Wilczynski | |
2011-03-03 | Re-factor. Removed not needed shebang for Ruby. | Krzysztof Wilczynski | |
2011-03-03 | no need for "#! ruby", vim modeline must end with ":", and fixed not found ↵ | Roman Barczyński | |
key bug | |||
2011-03-03 | Merge git://github.com/kwilczynski/puppet-functions | Roman Barczyński | |
2011-03-03 | Fix to a type in the documentation. | Krzysztof Wilczynski | |
2011-03-03 | Re-factor of the code to make it more Puppet-friendly and update of the ↵ | Krzysztof Wilczynski | |
short documentation in the comment lines. | |||
2011-03-03 | cronrand - stateful (between puppet runs) randomizer eg. for cron minutes ↵ | Roman Barczyński | |
for equal load distribution | |||
2011-03-03 | initial version | Roman Barczyński | |