summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-29First version. Simple rstrip function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-29First version. Simple strip function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-29Added support for strings to reverse.Krzysztof Wilczynski
2011-04-29Small re-factor of shuffle function. It is more compact now.Krzysztof Wilczynski
2011-04-29First version. Simple capitalize function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-29First version. Simple type function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-29Adding support for string alongside arrays.Krzysztof Wilczynski
2011-04-29First version. Simple is_hash function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-29Adding relevant code.Krzysztof Wilczynski
2011-04-29Added TODO for future reference.Krzysztof Wilczynski
2011-04-29Added TODO for future reference.Krzysztof Wilczynski
2011-04-29Added TODO for future reference.Krzysztof Wilczynski
2011-04-29Changed wording from numeric to integer.Krzysztof Wilczynski
2011-04-29Added TODO for future reference.Krzysztof Wilczynski
2011-04-29First version. Simple abs function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-28Removing old unused file.Krzysztof Wilczynski
2011-04-28First version. Simple strftime function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-28First version. Simple time function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-28First version. Simple is_string function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-28First version. Simple is_array function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-28Minor changes.Krzysztof Wilczynski
2011-04-27Changing name of the function from include to includes as it clashes withKrzysztof Wilczynski
2011-04-26First version. Simple range function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26Removing string interpolation from fact.rb. I am not sure whetherKrzysztof Wilczynski
2011-04-26Changed comment line wording.Krzysztof Wilczynski
2011-04-26Removing surplus files.Krzysztof Wilczynski
2011-04-26Changing name of collect_indices.rb to values_at.rb in order to beKrzysztof Wilczynski
2011-04-26First version. Simple delete_at function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26Small re-factor. We prefer our local clone of the array ...Krzysztof Wilczynski
2011-04-26First version. Simple size function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26First version. Simple unique function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26First version. Simple shuffle function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26First version. Simple reverse function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26First version. Simple include function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26First version. Simple count function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26First version. Simple empty function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-26Re-factor of the original function. Now its behaviour is either to joinKrzysztof Wilczynski
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