summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-30Add load_metadata_json functionSpencer Krum
2015-07-30Remove colorful language from module.Zee Alexander
2015-07-30(MODULES-2024) Adding replace attribute to file_lineRaymond Maika
2015-07-22adding support for hash in the size functiongcmalloc
2015-07-20Fix documentation error in upcaseDan Offord
2015-07-09Merge pull request #482 from DavidS/document_validate_slength_3rd_argMorgan Haskel
2015-07-09Add validate_slength's optional 3rd arg to READMEAlexander Fisher
2015-06-24catch and rescue from looking up non-existent facts when looking for 'kind'Mathias Klette
2015-06-05Also catch :undefined_variable as thrown by future parserTomas Doran
2015-06-04Fix time() on 1.8.7Hunter Haugen
2015-06-01fqdn_rotate: Improve documentationEli Young
2015-06-01fqdn_rotate: Don't use the value itself as part of the random seedEli Young
2015-06-01Convert tests to use plain rspec-puppetDavid Schmitt
2015-05-29simplify mac address regexIgor Galić
2015-05-29Merge pull request #463 from CENGN/fix/master/file_line_multiple_afterDavid Schmitt
2015-05-29 (MODULES-2071) Refactor file_line provider to contain logic to handle parame...Raymond Maika
2015-05-27validate_integer, validate_numeric: explicitely reject hashes in arraysDavid Schmitt
2015-05-26fqdn_rotate: reset srand seed correctly on old ruby versionsDavid Schmitt
2015-05-11(FM-2130) Document new location of facts.d cacheEli Young
2015-05-06range(): fix TypeError(can't convert nil into Integer) when using range syntaxDavid Schmitt
2015-05-06Merge pull request #447 from elyscape/fix_rangeDavid Schmitt
2015-05-05range: Clean up and clarify function contentsEli Young
2015-05-05Revert "range: remove dead code"Eli Young
2015-05-05pw_hash: Fix functionality on JRuby < 1.7.17Eli Young
2015-05-05validate_augeas: fix URL to docsDavid Schmitt
2015-05-05range: remove dead codeDavid Schmitt
2015-05-05pw_hash: avoid ruby magic when running on javaDavid Schmitt
2015-04-17fqdn_rand_string: fix argument error messageDavid Schmitt
2015-04-16Merge pull request #314 from amateo/feature/loadyaml_check_fileMorgan Haskel
2015-04-09Merge pull request #431 from bmjen/file-line-refactorMorgan Haskel
2015-04-09Add spec tests and pulled in PR #427Travis Fields
2015-04-09file_line honors after if match not found.Bryan Jen
2015-04-09Clarifying behaviour of attributes and adding an extra example.Gerrard Geldenhuis
2015-04-09Merge pull request #405 from elyscape/feature/fqdn_rand_stringsHunter Haugen
2015-04-05(MODULES-1737) Add pw_hash() functionEli Young
2015-03-31(MODULES-1715) Add fqdn_rand string generatorsEli Young
2015-03-05If present, top-level domain must be alphabeticRod Montgomery
2015-03-05Merge pull request #422 from cyberious/assert_privateTP Honey
2015-03-05Add private function back and forward to assert_private with deprecation warningTravis Fields
2015-03-05Merge pull request #369 from rfugina/dirname_typecheckHunter Haugen
2015-03-05Rename private() to assert_private()Franz Pletz
2015-03-05Merge pull request #375 from poikilotherm/feature/master/validate_integer_and...Hunter Haugen
2015-03-03Add support for hashes in the prefix functionStefan Goethals
2015-03-03URI.escape for the array case was incorrect.Bryon Roché
2015-03-03Merge pull request #407 from adamcrews/ceiling_functionMorgan Haskel
2015-03-02Loosen the restrictions of upcase and allow for recursion of the objects and ...Travis Fields
2015-02-26Fix issue with Ruby 1.8.7 which did not allow for the return in an each_pair ...Travis Fields
2015-02-25Add Hash to upcaseTravis Fields
2015-02-19Check for string before copyingMorgan Haskel
2015-02-14(MODULES-1771) Don't modify input to is_domain_name()Sean Millichamp