(PUP-8215) Don't expand skip_tags#7508
(PUP-8215) Don't expand skip_tags#7508jhelwig merged 2 commits intopuppetlabs:masterfrom Jakski:pup-8215-skip-tags-filtering
Conversation
Don't split tags in skip_tags on namespace separator.
|
Can one of the admins verify this patch? |
|
Waiting for CLA signature by @Jakski @Jakski - We require a Contributor License Agreement (CLA) for people who contribute to Puppet, but we have an easy click-through license with instructions, which is available at https://cla.puppet.com/ Note: if your contribution is trivial and you think it may be exempt from the CLA, please post a short reply to this comment with details. http://docs.puppet.com/community/trivial_patch_exemption.html |
|
@Jakski The change looks reasonable, but we should definitely have a test for this to make sure that it doesn't regress again in the future. Feel free to let me know if you'd like a hand, or any pointers in setting up a unit test for this as it doesn't look like |
|
@jhelwig Thank you for reply. I added |
|
jenkins please test this |
|
@Jakski Thanks for all your work on this! |
|
In which puppet 5.x version this will be released? |
|
@gdubicki this change was merged to master and will be released in 6.5.0, to be released real soon now. |
Don't split tags in skip_tags on namespace separator.
I noticed this issue in Puppet 5.4.0 and I was able to reproduce it on
masterbranch(e1aee1ccb17a49798f3dae90172e7cb0b9c8518f). My patch makesskip_tagsbehave similarly totagsoption. Let me know, if you would like to change/add anything, before you consider merging.Example
Manifest:
Running without patch:
Running with patch: