puppet_stdlib.git, branch master [puppet_stdlib] Merge remote-tracking branch 'origin/master' into leap_master 2017-10-13T12:22:08+00:00 Varac varac@leap.se 2017-10-13T12:22:08+00:00 f7779ce2eacaca51790d4e8d7756442b02612d30

Merge pull request #820 from alexharv074/maint_clarify_docs 2017-10-02T09:27:40+00:00 TP Honey tphoney@users.noreply.github.com 2017-10-02T09:27:40+00:00 2339ea8db67ac7ef02d707c2a6011ae50f5d82b5 (maint) Clarify docs and add new tests
(maint) Clarify docs and add new tests
(maint) Clarify docs and add new tests 2017-09-29T06:25:47+00:00 Alex Harvey Alex_Harvey@amp.com.au 2017-09-29T06:14:37+00:00 ad5d92461596d8d0b1c001d49061d70b36761d59 Based on a Stack Overflow question, it was noted that the documentation for `file_line` isn't complete and the underlying behaviour somewhat confusing. https://stackoverflow.com/questions/46468922/how-to-change-the-contents-of-a-file-by-using-puppet/46473458 In this patch I add additional unit tests and better examples and complete documentation.
Based on a Stack Overflow question, it was noted that the documentation
for `file_line` isn't complete and the underlying behaviour somewhat
confusing.

https://stackoverflow.com/questions/46468922/how-to-change-the-contents-of-a-file-by-using-puppet/46473458

In this patch I add additional unit tests and better examples and
complete documentation.
Merge pull request #811 from kofrezo/master 2017-09-26T09:20:16+00:00 Paula McMaw paula@puppet.com 2017-09-26T09:20:16+00:00 2b2b3870ec1737dc78ec402c2dccbb7b65a2ef8f Allow root as valid UNIX path
Allow root as valid UNIX path
Merge pull request #818 from tphoney/remove_defunct_test 2017-09-25T10:28:05+00:00 Paula McMaw paula@puppet.com 2017-09-25T10:28:05+00:00 1ff99561b264febbb71b032b740fd28c4578d878 removing duplicate test absolute_path test
removing duplicate test absolute_path test
removing duplicate test absolute_path test 2017-09-25T09:59:58+00:00 tphoney tp@puppet.com 2017-09-25T09:59:58+00:00 d6985693edd80383aec75cd5d5dc77c193fd658e

Merge pull request #817 from puppetlabs/msync_18sep17_892c4cf 2017-09-25T09:16:57+00:00 TP Honey tphoney@users.noreply.github.com 2017-09-25T09:16:57+00:00 ee9d08af0f7175102870656f9ff09ca52f3e7386 (maint) modulesync 892c4cf
(maint) modulesync 892c4cf
Merge pull request #777 from alexjfisher/fix_test_filenames 2017-09-25T08:55:20+00:00 TP Honey tphoney@users.noreply.github.com 2017-09-25T08:55:20+00:00 ff6345584eabe1b7ad8836e7c9333ee4519b551a Fix filenames of two function spec tests
Fix filenames of two function spec tests
fix quoting style in validate_legacy example (#816) 2017-09-25T08:38:42+00:00 mutante mutante@s23.org 2017-09-25T08:38:42+00:00 e66f7aa1ba49fef4296d977b471a1def38c1df5c I used the example code from this README file but i got downvotes from CI / jenkins / puppet-lint because it doesn't conform to Puppet style guides to use double quotes here. It produces "double quoted string containing no variables" warnings. I wanted to fix the example locally but it was pointed out to me we should fix it upstream stdlib instead.
I used the example code from this README file but i got downvotes from CI / jenkins / puppet-lint because it doesn't conform to Puppet style guides to use double quotes here. It produces "double quoted string containing no variables" warnings.

I wanted to fix the example locally but it was pointed out to me we should fix it upstream stdlib instead.
Allow root as valid UNIX path 2017-09-20T09:36:13+00:00 Daniel Kröger kofrezo@users.noreply.github.com 2017-08-31T12:18:04+00:00 51c9dc52cf68fcb128c5324d3642620100a44d27 Since the purpose of this validation type is to check if the given parameter is a valid UNIX path it should also cover the root path "slash" since it might be possible that it is specified as a target directory.
Since the purpose of this validation type is to check if the given parameter is a valid UNIX path it should also cover the root path "slash" since it might be possible that it is specified as a target directory.