(GH-1057) Regex fix to allow dotted resources
authorLukas Audzevicius <laudzevicius24@hotmail.com>
Tue, 30 Aug 2022 11:56:32 +0000 (12:56 +0100)
committerLukas Audzevicius <laudzevicius24@hotmail.com>
Wed, 31 Aug 2022 14:17:47 +0000 (15:17 +0100)
commit5a2e5c099d8d9dcdca190342a0ab4adf1582f5ec
treecc1295a5822aff9d4641e4980160c3cfb6f94ea6
parentdad7d73906dfd1ac3950da511d435f63dd7778f3
(GH-1057) Regex fix to allow dotted resources

Prior to this commit, one of our recent module updates introduced a
regex validation step for the resource names in our ppa.pp manifest
which would raise an issue if a valid resource name contained a dot (.).

This commit aims to slightly adjust the regex validation so that it
allows for dotted resource names. This PR should fix issue #1057.
manifests/ppa.pp