summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-18Merge pull request #806 from pmcmaw/rm_ubuntuTP Honey
(MODULES-5501) - Remove unsupported Ubuntu
2017-08-17(MODULES-5501) - Remove unsupported UbuntuPaula McMaw
Removing older version of Ubuntu that are not supported by the module.
2017-08-11Merge pull request #805 from puppetlabs/releasePaula McMaw
Release mergeback 4.18.0
2017-08-11Merge branch 'master' into releaseTP Honey
2017-08-10Merge pull request #804 from eputnam/release_prepPaula McMaw
(MODULES-5436) release prep for 4.18.0
2017-08-10(MODULES-5436) release prep for 4.18.0Eric Putnam
This isn't actually another release, we decided to do 4.18.0 instead of 4.17.2
2017-08-10Merge pull request #803 from tphoney/amend_puppet_dependencyPaula McMaw
MODULES-5440 fix upper bound for puppet
2017-08-10MODULES-5440 fix upper bound for puppettphoney
2017-08-09Merge pull request #802 from eputnam/release_prepHailee Kenney
(MODULES-5436) release prep for 4.17.2
2017-08-09(MODULES-5436) release prep for 4.17.2Eric Putnam
2017-08-09(maint) adjust puppet version requirementEric Putnam
2017-08-09Merge pull request #801 from eputnam/revert_compatHunter Haugen
(maint) revert puppet version requirement
2017-08-09(maint) revert puppet version requirementEric Putnam
puppet version requirement lower bound was moved to 4.7.0 without a major bump. this returns the lower bound to 2.7 but also pushes the upper bound to include puppet 5.
2017-08-02Merge pull request #800 from tphoney/MODULES-5382Paula McMaw
MODULES-5382 Add documentation for email functions
2017-08-02MODULES-5382 Add documentation for email functionstphoney
2017-08-02Updating translations for locales/ja/puppetlabs-stdlib.potransifex-bot
2017-07-31Merge pull request #753 from frapex/masterTP Honey
Add validate_domain_name function
2017-07-28Merge pull request #798 from eputnam/round_funcTP Honey
(maint) move/rewrite round() as ruby function
2017-07-28Merge pull request #799 from puppetlabs/maint-modsync-915cde70e20Paula McMaw
(maint) modulesync 915cde70e20
2017-07-27(maint) modulesync 915cde70e20Glenn Sarti
2017-07-27(maint) move/rewrite round() as ruby functionEric Putnam
2017-07-26Merge pull request #796 from bastelfreak/macEric Putnam
add type for MAC address
2017-07-27add documentationTim Meusel
2017-07-26Merge pull request #717 from ripclawffb/filelineoptionEric Putnam
Add new file_line option append_on_no_match
2017-07-21Merge pull request #797 from reidmv/fact_functionHunter Haugen
Update README for fact() function
2017-07-21Update README for fact() functionReid Vandewiele
2017-07-21Merge pull request #787 from reidmv/fact_functionHunter Haugen
(FACT-932) Add new function, fact()
2017-07-20Merge pull request #791 from eputnam/MODULES-4908Hunter Haugen
(MODULES-4908) adds support for sensitive data type to pw_hash
2017-07-18Merge pull request #748 from npwalker/add_round_functionEric Putnam
Add a round function to complement ceiling and floor
2017-07-18Add a round function to complement ceiling and floorNick Walker
2017-07-18Add new file_line option append_on_no_matchasif.shaikh
2017-07-18(MODULES-4908) adds support for sensitive data type to pw_hashEric Putnam
Also includes a small fix to integer_spec so tests pass.
2017-07-15add type for MAC addressTim Meusel
2017-07-14Merge pull request #794 from ↵TP Honey
tkishel/MODULES-5003-file_line_does_not_change_multiple_lines_when_one_matches (MODULES-5003) file_line does not change multiple lines when one matches
2017-07-14Merge pull request #793 from tphoney/FM-6239Paula McMaw
(FM-6239) rewrite of test following std patterns
2017-07-14FM-6239 clean up for puppet 5.tests/deprecationtphoney
2017-07-13(MODULES-5003) file_line_does_not_change_multiple_lines_when_one_matchestkishel
The exists? method is called to determine the need to call the create and destroy methods. When the ensure, match, and multiple attributes are defined, the exists? method needs to return false unless all the lines that match the match attribute equal the line attribute. The first commit is minimal, and implements this change. The second commit normalizes the code, which I needed for comprehension.
2017-07-13(MODULES-5003) file_line_does_not_change_multiple_lines_when_one_matchestkishel
The exists? method is called to determine the need to call the create and destroy methods. When the ensure, match, and multiple attributes are defined, the exists? method needs to return false unless all the lines that match the match attribute equal the line attribute. The first commit is minimal, and implements this change. The second commit normalizes the code, which I needed for comprehension.
2017-07-13(FM-6239) rewrite of test following std patternstphoney
2017-07-13Merge pull request #790 from puppetlabs/msync_modules5187TP Honey
(MODULES-5187) mysnc puppet 5 and ruby 2.4
2017-07-11(MODULES-5187) fix spec tests for puppet 5 changesEric Putnam
2017-07-08Add validate_domain_name functionFrank de Jong
2017-07-07(MODULES-5187) mysnc puppet 5 and ruby 2.4Eric Putnam
2017-07-07Merge pull request #716 from EmersonPrado/MODULES-4377TP Honey
(Modules 4377) Causes ensure_packages to accept concurrent declarations with ensure => 'present' and 'installed'
2017-07-07Merge pull request #788 from tphoney/MODULES-5003Eric Putnam
(MODULES-5003) file_line fix all broken lines
2017-07-07Merge pull request #756 from hunner/newline_integersTP Honey
(maint) Stdlib::Compat::Integer accepts numbers with newlines apparently
2017-07-07Merge pull request #786 from reidmv/MODULES-5113TP Honey
(MODULES-5113) Make line support Sensitive
2017-07-07Merge pull request #789 from tphoney/MODULES-5186Helen
(MODULES-5186) - do not run file_line unit tests on windows.
2017-07-07(MODULES-5186) dont run this test on windowstphoney
2017-07-06(MODULES-5186) move test to correct locationtphoney