summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2017-07-06(MODULES-5186) - removing whitespace from EOLtphoney
2017-07-03(MODULES-5003) file_line fix all broken linestphoney
2017-07-01Merge pull request #783 from davewongillies/fix_changelog_headersTP Honey
Fix headers in CHANGELOG.md so that headers render correctly
2017-06-28(MODULES-5113) Make line support SensitiveReid 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-26Merge pull request #784 from hunner/bump_metadataGlenn Sarti
(MODULES-5144) Prep for puppet 5
2017-06-26(MODULES-5144) Prep for puppet 5Hunter Haugen
2017-06-16Fix headers in CHANGELOG.md so that headers render correctlyDavid Gillies
2017-06-16Merge pull request #782 from puppetlabs/releasePaula McMaw
4.17.1 Release Mergeback
2017-06-15Merge pull request #781 from HelenCampbell/rpreppoPaula McMaw
Release prep for 4.17.1
2017-06-15Release prep for 4.17.1Helen Campbell
2017-06-14Merge pull request #780 from thallgren/issue/modules-5095/workaround-pup-7650Helen
(MODULES-5095) Workaround for PUP-7650
2017-06-14(MODULES-5095) Workaround for PUP-7650Thomas 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-30Merge pull request #778 from marsmensch/masterEric Putnam
MODULES-4821 puppetlabs-stdlib: Update the version compatibility to >= 4.7.0 < 5.0.0
2017-05-24Merge pull request #779 from jbondpdx/masterEric Putnam
(FM-6197) formatting fixes for file_line resource
2017-05-24(FM-6197) formatting fixes for file_line resourcejbondpdx
2017-05-23MODULES-4821 puppetlabs-stdlib: Update the version compatibility to >= 4.7.0 ↵Florian Maier
< 5.0.0
2017-05-10Merge pull request #776 from puppetlabs/releasePaula McMaw
Merge back 4.17.0
2017-05-09add testsHunter Haugen
2017-05-09Fix 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.0tphoney
2017-05-09Release prep 4.17.0Hunter Haugen
2017-05-09(PE-20308) Also fix defined type strings & referencesHunter Haugen
2017-05-09Test for defined_with_params() returning false for defined typesDominic 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-08Merge pull request #771 from eputnam/masterJean B
(MODULES-4706) prerelease fixes
2017-05-08(MODULES-4706) prerelease fixesjbondpdx
2017-05-05Updating translations for readmes/README_ja_JP.mdtransifex-bot
2017-05-05Merge pull request #768 from pmcmaw/removeitalicsJean B
Removing italics for 'undef' value
2017-05-05Removing italics for 'undef' valuePaula McMaw
This causes issues with displaying a Japanese translation. It struggles rendering the `) therefore removing italics.
2017-05-05Updating translations for readmes/README_ja_JP.mdtransifex-bot
2017-05-05Updating translations for readmes/README_ja_JP.mdtransifex-bot
2017-05-05Updating translations for readmes/README_ja_JP.mdtransifex-bot
2017-05-05Updating translations for readmes/README_ja_JP.mdtransifex-bot
2017-05-05Updating translations for readmes/README_ja_JP.mdtransifex-bot
2017-05-04Updating translations for readmes/README_ja_JP.mdtransifex-bot
2017-05-04Updating translations for locales/ja/puppetlabs-stdlib.potransifex-bot
2017-04-26Merge pull request #763 from hunner/fix_type_loadingHelen
(PE-20308) Correct boundary for 4.5 vs 4.6
2017-04-26(PE-20308) Correct boundary for 4.5 vs 4.6Hunter Haugen