Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-18 | Add new file_line option append_on_no_match | asif.shaikh | |
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-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 | (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-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 | |||
2017-06-15 | Merge pull request #781 from HelenCampbell/rpreppo | Paula McMaw | |
Release prep for 4.17.1 | |||
2017-06-15 | Release prep for 4.17.1 | Helen Campbell | |
2017-06-14 | Merge pull request #780 from thallgren/issue/modules-5095/workaround-pup-7650 | Helen | |
(MODULES-5095) Workaround for PUP-7650 | |||
2017-06-14 | (MODULES-5095) Workaround for PUP-7650 | Thomas Hallgren | |
This commit adds a simple workaround for the problem described in PUP-7650. The workaround is harmless and can remain in place regardless of if the fix for PUP-7650 is in place or not. | |||
2017-05-30 | Merge pull request #778 from marsmensch/master | Eric Putnam | |
MODULES-4821 puppetlabs-stdlib: Update the version compatibility to >= 4.7.0 < 5.0.0 | |||
2017-05-24 | Merge pull request #779 from jbondpdx/master | Eric Putnam | |
(FM-6197) formatting fixes for file_line resource | |||
2017-05-24 | (FM-6197) formatting fixes for file_line resource | jbondpdx | |
2017-05-23 | MODULES-4821 puppetlabs-stdlib: Update the version compatibility to >= 4.7.0 ↵ | Florian Maier | |
< 5.0.0 | |||
2017-05-10 | Merge pull request #776 from puppetlabs/release | Paula McMaw | |
Merge back 4.17.0 | |||
2017-05-09 | add tests | Hunter Haugen | |
2017-05-09 | Fix issue where the following causes obscure catalog compilation errors: | Alex Dacre | |
``` file { '/tmp/somefile': ensure => 'file', } File['/tmp/somefile'] -> Package <| |> ensure_packages($somearray) ``` If $somearray is undefined or one of the elements contains an empty string, an error like the following is thrown: Could not find resource 'Package[]' for relationship from 'File[/tmp/somefile]' on node $::fqdn | |||
2017-05-09 | (MODULES-4706) release prep 4.17.0 | tphoney | |
2017-05-09 | Release prep 4.17.0 | Hunter Haugen | |
2017-05-09 | (PE-20308) Also fix defined type strings & references | Hunter Haugen | |
2017-05-09 | Test for defined_with_params() returning false for defined types | Dominic Cleal | |
defined_with_params() now returns false for defined types, causing duplicate resources when using ensure_resources(). Introduced by 4f19c27 in PE-20308. | |||
2017-05-09 | (maint) rename main readme (#772) | Eric Putnam | |
Transifex, our translation service, only works with .md files, so this renames from .markdown to .md | |||
2017-05-08 | Merge pull request #771 from eputnam/master | Jean B | |
(MODULES-4706) prerelease fixes | |||
2017-05-08 | (MODULES-4706) prerelease fixes | jbondpdx | |
2017-05-05 | Updating translations for readmes/README_ja_JP.md | transifex-bot | |
2017-05-05 | Merge pull request #768 from pmcmaw/removeitalics | Jean B | |
Removing italics for 'undef' value | |||
2017-05-05 | Removing italics for 'undef' value | Paula McMaw | |
This causes issues with displaying a Japanese translation. It struggles rendering the `) therefore removing italics. | |||
2017-05-05 | Updating translations for readmes/README_ja_JP.md | transifex-bot | |
2017-05-05 | Updating translations for readmes/README_ja_JP.md | transifex-bot | |
2017-05-05 | Updating translations for readmes/README_ja_JP.md | transifex-bot | |
2017-05-05 | Updating translations for readmes/README_ja_JP.md | transifex-bot | |