summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-31Merge pull request #483 from nibalizer/load_metadata_jsonHunter Haugen
Add load_metadata_json function
2015-07-30Add load_metadata_json functionSpencer Krum
This function loads the metadata.json into a puppet variable. This enables a number of neat things such as: * Which version of the module am I using? 2.x? 3.x? * Which author of the module am I using? puppetlabs? example42?
2015-07-30Merge pull request #496 from pizzaops/masterHunter Haugen
Remove colorful language from module.
2015-07-30Remove colorful language from module.Zee Alexander
2015-07-30Merge pull request #494 from CENGN/fix/master/file_line_replaceBryan Jen
[#puppethack] Adding replace attribute to file_line
2015-07-30Merge pull request #495 from puppetlabs/4.7.xBryan Jen
4.7.x
2015-07-30(MODULES-2024) Adding replace attribute to file_lineRaymond Maika
2015-07-30Merge pull request #493 from DavidS/fixup-acceptance-testingTP Honey
(maint) use puppet's utility function instead of API that's not avail…
2015-07-30(maint) use puppet's utility function instead of API that's not available on ↵David Schmitt
all rubies
2015-07-29Merge pull request #492 from DavidS/fixup-acceptance-testingHunter Haugen
Fixup acceptance testing
2015-07-27Merge pull request #491 from ekohl/style-fixesDavid Schmitt
Style fixes
2015-07-25Style fixesEwoud Kohl van Wijngaarden
2015-07-22(main) clean up fqdn_rand acceptance tests to work on windowsDavid Schmitt
2015-07-22(maint) Remove failing acceptance test for ensure_packagesDavid Schmitt
This only duplicates what's already being tested in ensure_packages_spec.rb but doesn't work on all our supported platforms.
2015-07-22Merge pull request #489 from gcmalloc/masterDavid Schmitt
adding support for hash in the size function
2015-07-22adding support for hash in the size functiongcmalloc
2015-07-21Merge pull request #490 from hunner/fix_specifierMorgan Haskel
disable pw_hash test on sles, as it only supports md5
2015-07-21disable pw_hash test on sles, as it only supports md5Hunter Haugen
2015-07-21Merge pull request #487 from liv3d/fix_docs_in_upcaseDavid Schmitt
Fix documentation error in upcase
2015-07-20Merge pull request #488 from cyberious/masterHunter Haugen
(maint) Fix test to not assume is_pe fact on > 4.0.0 puppet
2015-07-20(maint) Fix test to not assume is_pe fact on > 4.0.0 puppetTravis Fields
2015-07-20Fix documentation error in upcaseDan Offord
The documentation example shows an incorrect response when using the function, this PR corrects the example to agree with what the function actually does.
2015-07-15Merge pull request #481 from tphoney/release_4.7.0David Schmitt
prep work for 4.7.0
2015-07-15prep work for 4.7.0tphoney
add new improvements puppet4 changes for testing
2015-07-14Merge pull request #485 from ghoneycutt/patch-2David Schmitt
Clarify that third argument to ensure_resource() is a hash
2015-07-12Clarify that third argument to ensure_resource() is a hashGarrett Honeycutt
2015-07-10Merge pull request #484 from mhaskel/use_puppet_install_helperTP Honey
Use puppet_install_helper
2015-07-09Use puppet_install_helperMorgan Haskel
2015-07-09Merge pull request #475 from DavidS/document-puppet4-compatTP Honey
Document puppet 4 compatability in 4.6
2015-07-09Merge pull request #482 from DavidS/document_validate_slength_3rd_argMorgan Haskel
Add validate_slength's optional 3rd arg to README
2015-07-09Merge pull request #479 from mklette/masterHunter Haugen
catch and rescue from looking up non-existent facts
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
facter (2.x) only provides facts without interface suffix for * ipaddress * netmask 'macaddress' and 'network' facts will always have the related interface name appended. in turns lookupvar throws errors when strict_variables is enabled.
2015-06-22Merge pull request #478 from drewfisher314/ticket/2134-add-solaris-12David Schmitt
Add support for Solaris 12
2015-06-19Add support for Solaris 12Drew Fisher
2015-06-19Merge pull request #477 from mhaskel/aio_fixTravis Fields
AIO uses puppet 4 so should return true for is_future_parser_enabled
2015-06-19AIO uses puppet 4 so should return true for is_future_parser_enabledMorgan Haskel
2015-06-19Merge pull request #474 from DavidS/fix-getvar-specsJT (Jonny)
(maint) getvar: update spec to match implementation
2015-06-18Document puppet 4 compatability in 4.6David Schmitt
2015-06-12(maint) getvar: update spec to match implementationDavid Schmitt
2015-06-11Merge pull request #470 from Yelp/getvar_future_parserDavid Schmitt
Also catch :undefined_variable as thrown by future parser
2015-06-09Merge pull request #472 from justinstoller/maint/master/set_puppet_versionDavid Schmitt
(maint) update PUPPET_VERSION default to be 3.8.1
2015-06-08(maint) update PUPPET_VERSION default to be 3.8.1Justin Stoller
2015-06-05Merge pull request #471 from puppetlabs/travisci_updateTP Honey
Updated travisci file to remove allow_failures on Puppet4
2015-06-05Also catch :undefined_variable as thrown by future parserTomas Doran
2015-06-04Merge pull request #469 from hunner/fix_timeMorgan Haskel
Fix time() on 1.8.7
2015-06-04Fix time() on 1.8.7Hunter Haugen
The time() function takes an argument of a timezone, and always returns time in epoch format. The epoch format is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. This means that it is universally the same regardless of timezones. I don't know what the timezone argument is supposed to do, and it is not documented. So lets just make 1.8.7 work like > 1.8.7
2015-06-04Updated travisci file to remove allow_failures on Puppet4Jonathan Tripathy
2015-06-03Merge pull request #468 from kylog/camels-all-the-way-downDavid Schmitt
Fix spelling of camelcase
2015-06-03Merge pull request #466 from elyscape/fix/improve_fqdn_acceptance_testsDavid Schmitt
Improve fqdn_rotate/fqdn_rand_string acceptance tests