index
:
puppet-stdlib
master
Puppet module for stdlib
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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