summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-26First version. Simple prefix function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26First version. Simple join function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26Small re-factor to fact function.Krzysztof Wilczynski
2011-04-25Changing name of join.rb to join_with_prefix.rb to make room forKrzysztof Wilczynski
2011-04-25Small re-factor of fact function.Krzysztof Wilczynski
2011-04-25First version. Function opposite to the bool2num one. ConvertsKrzysztof Wilczynski
2011-04-25Minor update.Krzysztof Wilczynski
2011-04-25First version. Improvment upon bool2num function found on the Internet.Krzysztof Wilczynski
2011-04-25Added help accessible via the :doc functionality in Puppet's newfunction.Krzysztof Wilczynski
2011-04-25Updated help message.Krzysztof Wilczynski
2011-04-25Update to error reporting.Krzysztof Wilczynski
2011-04-25Updated error check and reporting. Also we now return emptyKrzysztof Wilczynski
2011-04-24Adding more error checking ...Krzysztof Wilczynski
2011-04-24Adding ability to specifiy range as the index when selecting indices to collect.Krzysztof Wilczynski
2011-04-23Small changes. Added better error checking etc ...Krzysztof Wilczynski
2011-04-23First version. Function that allows to collect selected indicesKrzysztof Wilczynski
2011-04-23First version. Adding join to Puppet for use within the manifest files.Krzysztof Wilczynski
2011-04-23Fix. It is better to promote good practice...Krzysztof Wilczynski
2011-04-23Small changes. Mainly to formatting of the help provided.Krzysztof Wilczynski
2011-04-23We do not need cronrand.rb any more.Krzysztof Wilczynski
2011-04-23First version. A function for Puppet that allows to retrieve a fact from FacterKrzysztof Wilczynski
2011-04-23Minor changes. Added placeholder for :doc in Puppet's newfunction to fill later.Krzysztof Wilczynski
2011-03-23Create destination directory on-demand i.e. when missing ...Krzysztof Wilczynski
2011-03-14Changing the name of the file to reflect change in the function name.Krzysztof Wilczynski
2011-03-14Adding README file ...Krzysztof Wilczynski
2011-03-13First version.Krzysztof Wilczynski
2011-03-13Changing the way how function description and usage was given. Now documenta...Krzysztof Wilczynski
2011-03-13Changing the name of the file to reflect change in the function name.Krzysztof Wilczynski
2011-03-12Small re-factor.Krzysztof Wilczynski
2011-03-12Check for the number of arguments given.Krzysztof Wilczynski
2011-03-11Small re-factor.Krzysztof Wilczynski
2011-03-04Merge branch 'kwilczynski-master'Roman Barczyński
2011-03-04Merge branch 'master' of git://github.com/kwilczynski/puppet-functions into k...Roman Barczyński
2011-03-03Fix. The data structure should only be populated and/or set to be empty if an...Krzysztof Wilczynski
2011-03-03Fix. Should yield empty data structure when given key cannot be found in the ...Krzysztof Wilczynski
2011-03-03Fix. Given vim mode line should end with : in order to work.Krzysztof Wilczynski
2011-03-03Re-factor. Removed not needed shebang for Ruby.Krzysztof Wilczynski
2011-03-03no need for "#! ruby", vim modeline must end with ":", and fixed not found ke...Roman Barczyński
2011-03-03Merge git://github.com/kwilczynski/puppet-functionsRoman Barczyński
2011-03-03Fix to a type in the documentation.Krzysztof Wilczynski
2011-03-03Re-factor of the code to make it more Puppet-friendly and update of the short...Krzysztof Wilczynski
2011-03-03cronrand - stateful (between puppet runs) randomizer eg. for cron minutes for...Roman Barczyński
2011-03-03initial versionRoman Barczyński