Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-28 | (MODULES-5546) add check for pw_hash | Eric Putnam | |
Older versions of Puppet end up choking on the sensitive data type check in the pw_hash function added in 42d4ea7af9197f77a3062727eb166c719ca6296a. this adds a check for the Sensitive class and then the type of the arg, so that if the class has not been declared, it will just move on. | |||
2017-08-21 | Merge pull request #808 from puppetlabs/release | Bryan Jen | |
release 4.19.0 mergeback | |||
2017-08-18 | Merge pull request #807 from tphoney/4.19.0_prep | Hunter Haugen | |
4.19.0 prep | |||
2017-08-18 | MODULES-5298 4.19.0 release prep | tphoney | |
2017-08-18 | Merge pull request #806 from pmcmaw/rm_ubuntu | TP Honey | |
(MODULES-5501) - Remove unsupported Ubuntu | |||
2017-08-17 | (MODULES-5501) - Remove unsupported Ubuntu | Paula McMaw | |
Removing older version of Ubuntu that are not supported by the module. | |||
2017-08-11 | Merge pull request #805 from puppetlabs/release | Paula McMaw | |
Release mergeback 4.18.0 | |||
2017-08-11 | Merge branch 'master' into release | TP Honey | |
2017-08-10 | Merge pull request #804 from eputnam/release_prep | Paula McMaw | |
(MODULES-5436) release prep for 4.18.0 | |||
2017-08-10 | (MODULES-5436) release prep for 4.18.0 | Eric Putnam | |
This isn't actually another release, we decided to do 4.18.0 instead of 4.17.2 | |||
2017-08-10 | Merge pull request #803 from tphoney/amend_puppet_dependency | Paula McMaw | |
MODULES-5440 fix upper bound for puppet | |||
2017-08-10 | MODULES-5440 fix upper bound for puppet | tphoney | |
2017-08-09 | Merge pull request #802 from eputnam/release_prep | Hailee Kenney | |
(MODULES-5436) release prep for 4.17.2 | |||
2017-08-09 | (MODULES-5436) release prep for 4.17.2 | Eric Putnam | |
2017-08-09 | (maint) adjust puppet version requirement | Eric Putnam | |
2017-08-09 | Merge pull request #801 from eputnam/revert_compat | Hunter Haugen | |
(maint) revert puppet version requirement | |||
2017-08-09 | (maint) revert puppet version requirement | Eric 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-02 | Merge pull request #800 from tphoney/MODULES-5382 | Paula McMaw | |
MODULES-5382 Add documentation for email functions | |||
2017-08-02 | MODULES-5382 Add documentation for email functions | tphoney | |
2017-08-02 | Updating translations for locales/ja/puppetlabs-stdlib.po | transifex-bot | |
2017-07-31 | Merge pull request #753 from frapex/master | TP Honey | |
Add validate_domain_name function | |||
2017-07-28 | Merge pull request #798 from eputnam/round_func | TP Honey | |
(maint) move/rewrite round() as ruby function | |||
2017-07-28 | Merge pull request #799 from puppetlabs/maint-modsync-915cde70e20 | Paula McMaw | |
(maint) modulesync 915cde70e20 | |||
2017-07-27 | (maint) modulesync 915cde70e20 | Glenn Sarti | |
2017-07-27 | (maint) move/rewrite round() as ruby function | Eric Putnam | |
2017-07-26 | Merge pull request #796 from bastelfreak/mac | Eric Putnam | |
add type for MAC address | |||
2017-07-27 | add documentation | Tim Meusel | |
2017-07-26 | Merge pull request #717 from ripclawffb/filelineoption | Eric Putnam | |
Add new file_line option append_on_no_match | |||
2017-07-21 | Merge pull request #797 from reidmv/fact_function | Hunter Haugen | |
Update README for fact() function | |||
2017-07-21 | Update README for fact() function | Reid Vandewiele | |
2017-07-21 | Merge pull request #787 from reidmv/fact_function | Hunter Haugen | |
(FACT-932) Add new function, fact() | |||
2017-07-20 | Merge pull request #791 from eputnam/MODULES-4908 | Hunter Haugen | |
(MODULES-4908) adds support for sensitive data type to pw_hash | |||
2017-07-18 | Merge pull request #748 from npwalker/add_round_function | Eric Putnam | |
Add a round function to complement ceiling and floor | |||
2017-07-18 | Add a round function to complement ceiling and floor | Nick Walker | |
2017-07-18 | Add new file_line option append_on_no_match | asif.shaikh | |
2017-07-18 | (MODULES-4908) adds support for sensitive data type to pw_hash | Eric Putnam | |
Also includes a small fix to integer_spec so tests pass. | |||
2017-07-15 | add type for MAC address | Tim Meusel | |
2017-07-14 | Merge 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-14 | Merge pull request #793 from tphoney/FM-6239 | Paula McMaw | |
(FM-6239) rewrite of test following std patterns | |||
2017-07-14 | FM-6239 clean up for puppet 5.tests/deprecation | tphoney | |
2017-07-13 | (MODULES-5003) file_line_does_not_change_multiple_lines_when_one_matches | tkishel | |
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_matches | tkishel | |
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 patterns | tphoney | |
2017-07-13 | Merge pull request #790 from puppetlabs/msync_modules5187 | TP Honey | |
(MODULES-5187) mysnc puppet 5 and ruby 2.4 | |||
2017-07-11 | (MODULES-5187) fix spec tests for puppet 5 changes | Eric Putnam | |
2017-07-08 | Add validate_domain_name function | Frank de Jong | |
2017-07-07 | (MODULES-5187) mysnc puppet 5 and ruby 2.4 | Eric Putnam | |
2017-07-07 | Merge pull request #716 from EmersonPrado/MODULES-4377 | TP Honey | |
(Modules 4377) Causes ensure_packages to accept concurrent declarations with ensure => 'present' and 'installed' | |||
2017-07-07 | Merge pull request #788 from tphoney/MODULES-5003 | Eric Putnam | |
(MODULES-5003) file_line fix all broken lines | |||
2017-07-07 | Merge pull request #756 from hunner/newline_integers | TP Honey | |
(maint) Stdlib::Compat::Integer accepts numbers with newlines apparently |