Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-07-07 | Merge pull request #786 from reidmv/MODULES-5113 | TP Honey | |
(MODULES-5113) Make line support Sensitive | |||
2017-07-07 | Merge pull request #789 from tphoney/MODULES-5186 | Helen | |
(MODULES-5186) - do not run file_line unit tests on windows. | |||
2017-07-07 | (MODULES-5186) dont run this test on windows | tphoney | |
2017-07-06 | (MODULES-5186) move test to correct location | tphoney | |
2017-07-06 | (MODULES-5186) - removing whitespace from EOL | tphoney | |
2017-07-03 | Revert "Allow use of fact() on other hashes" | Reid Vandewiele | |
This reverts commit 409a974095a3f5b637e091494b5d14b451c5de78. After thinking about this, use case, and function naming, I think it's probably best for now to keep things simple and let `fact()` be single-purpose for looking up facts with no potentially confusing extensions. The only use case where the name makes sense is where it's being used on the `$facts` hash, and I think we'd rather in that circumstance promote the raw use of `fact()`. | |||
2017-07-03 | (MODULES-5003) file_line fix all broken lines | tphoney | |
2017-07-01 | Merge pull request #783 from davewongillies/fix_changelog_headers | TP Honey | |
Fix headers in CHANGELOG.md so that headers render correctly | |||
2017-06-30 | (FACT-932) Allow use of fact() on other hashes | Reid Vandewiele | |
Because sometimes people want to use an alternative data set, but treat it like it's a set of facts. | |||
2017-06-30 | (FACT-932) Add new function, fact() | Reid Vandewiele | |
The fact() function allows dot-notation reference to facts. It is an alternative to using $facts directly with array-indexing. Array-indexing is often onerous to use since it doesn't align with how structured facts are accessed elsewhere in the ecosystem and if any element in a multi-step path doesn't exist, array indexing can cause a compilation failure. Example usage: fact('os.family') | |||
2017-06-28 | (MODULES-5113) Make line support Sensitive | Reid Vandewiele | |
Do this by making it a property. The idea is to get rid of the warning that appears when a Sensitive value is passed to the line attribute. | |||
2017-06-26 | Merge pull request #784 from hunner/bump_metadata | Glenn Sarti | |
(MODULES-5144) Prep for puppet 5 | |||
2017-06-26 | (MODULES-5144) Prep for puppet 5 | Hunter Haugen | |
2017-06-16 | Fix headers in CHANGELOG.md so that headers render correctly | David Gillies | |
2017-06-16 | Merge pull request #782 from puppetlabs/release | Paula McMaw | |
4.17.1 Release Mergeback |