summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-11(WIP) Addition of validate legacy functionHelen Campbell
2016-08-10(MAINT) move test fixture to proper locationHelen Campbell
2016-08-09Merge pull request #633 from tphoney/modules-3532David Schmitt
(modules-3532) deprecate string type checks
2016-08-08(modules-3532) deprecate string type checkstphoney
2016-08-08Merge pull request #629 from tphoney/MODULES-3533David Schmitt
(modules-3533) deprecation for 3.x number function
2016-08-08(modules-3533) deprecation for 3.x number functiontphoney
2016-08-05Merge pull request #631 from smortex/patch-1TP Honey
Fix markdown indentation
2016-08-05Fix markdown indentationRomain Tartière
The old indentation is weird.
2016-08-04Merge pull request #625 from MiamiOH/masterTP Honey
Added documentation for regexpescape function.
2016-08-04Merge pull request #626 from LoicAG/fix_str2bool_error_messageTP Honey
Fix str2bool error message
2016-07-30Merge pull request #627 from puppetlabs/update-modulesyncDavid Schmitt
(MAINT) Update for modulesync_config 72d19f184
2016-07-27(MAINT) Update for modulesync_config 72d19f184David Schmitt
2016-07-27Fix str2bool error messageLoic Antoine-Gombeaud
2016-07-26Added documentation for regexpescape function.Steve Moore
2016-07-26Merge pull request #624 from MiamiOH/masterHunter Haugen
Added the regexpescape function.
2016-07-22Added the regexpescape function.Steve Moore
2016-07-19Merge pull request #623 from tphoney/modules-3407Helen
(modules-3407) documenting after can take a regex
2016-07-19(modules-3407) documenting after can take a regextphoney
2016-07-19Merge pull request #622 from tphoney/modules-3306David Schmitt
(MODULES-3306) document deep_merge
2016-07-19Merge pull request #621 from tphoney/modules-2143David Schmitt
(MODULES-2143) document edge behaviour of range.
2016-07-19(MODULES-3306) document deep_mergetphoney
2016-07-19(MODULES-2143) document edge behaviour of range.tphoney
2016-07-18Merge pull request #617 from tphoney/add_deprecate_functionDavid Schmitt
(MODULES-3529) add deprecation function
2016-07-18(MODULES-3529)add deprecation functiontphoney
2016-07-13Merge pull request #618 from ntpttr/fix/master/modules-3568David Schmitt
(MODULES-3568) Move dig to dig44 and deprecate dig
2016-07-11Merge pull request #619 from DavidS/modulesyncTP Honey
(MAINT) modulesync [067d08a]
2016-07-08(MODULES-3568) Move dig to dig44 and deprecate digNate Potter
A new version of dig was introduced in Puppet 4.5.0 that isn't compatible with the stdlib version of dig. To maintain backwards compatibility and ensure that tests for stdlib aren't broken, this patch renames dig to dig44 and adds a deprecation warning to the stdlib dig function.
2016-07-08(MODULES-3581) modulesync [067d08a]David Schmitt
2016-07-01Merge pull request #616 from DavidS/modules-3435-fix-stdlib-symlinksHelen
(MODULES-3435) remove symlinks
2016-07-01(MODULES-3435) Fix gitignore and fixtures directoryDavid Schmitt
This change more accurately reflects what is being ignored and what's required as fixtures.
2016-07-01Fix load_module_metadata and loadjson tests to pass with fully deployed moduleDavid Schmitt
When replacing the lib/ and manifests/ symlinks in the fixtures with a proper top-level symlink, puppet 4 starts loading the metadata.json before loading functions, which confuses these tests. Added more specific expectations, and provide data for that call.
2016-06-30Merge pull request #615 from DavidS/modules-3543-update-tests-and-functionTP Honey
(MODULES-3543) Fixup defined_with_params to work on all puppet versions
2016-06-30(MODULES-3543) Fixup defined_with_params to work on all puppet versionsDavid Schmitt
2016-06-30Merge pull request #614 from DavidS/MODULES-3543-fix-defined_with_paramsTP Honey
(MODULES-3543) Fix define_with_params to handle undef properly
2016-06-29(MODULES-3543) Fix define_with_params to handle undef properlyDavid Schmitt
As described in PUP-6422, ensure_resources('File[/tmp/a]', { owner => undef }) would not actually create the file. This fixes it, and adds tests to prove it.
2016-06-29Merge pull request #610 from bmjen/modules-3507Hunter Haugen
(MODULES-3507) Updates file_line path validation
2016-06-29Merge pull request #612 from puppetlabs/modulesyncDavid Schmitt
{maint} modulesync 0794b2c
2016-06-29{maint} modulesync 0794b2ctphoney
2016-06-28(MODULES-3507) Updates file_line path validationBryan Jen
2016-06-28{maint} modulesync changes for puppet-lint 2.0.0tphoney
2016-05-16Merge pull request #605 from jyaworski/delete_optional_paramJT (Jonny)
Add delete_regex
2016-05-13Add a delete_regex functionJoseph Yaworski
To maintain backwards compatibility, add a delete_regex function instead of modifying delete itself.
2016-05-12Merge pull request #600 from dmitryilyin/masterBryan Jen
Add the default value to the "loadyaml" function
2016-05-11Merge pull request #606 from stbenjam/MODULES-3354Hunter Haugen
(MODULES-3354) Use 1.8.7 hash in validate_email_address function
2016-05-11Merge pull request #604 from rjw1/patch-1Hunter Haugen
Add a missing s in the ensure_packages hash example
2016-05-11(MODULES-3354) Use 1.8.7 hash in validate_email_address functionStephen Benjamin
2016-05-11Add a missing s in the ensure_packages hash examplebob
2016-05-05Merge pull request #601 from petems/MODULES-1439-any2bool_addedBryan Jen
(MODULES-1439) Adds any2bool function
2016-05-04Merge pull request #592 from jyaworski/fix_deleteBryan Jen
Use reject instead of delete_if
2016-05-04Use reject instead of delete_ifJoseph Yaworski