Skip to content

Commit cd42a7b

Browse files
Merge pull request #104 from tvpartytonight/PE-40097
(PE-40097) Add tag for only pe_patch changes to be applied
2 parents 504189b + 57450a9 commit cd42a7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/init.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@
160160
Enum['present', 'absent'] $ensure = 'present',
161161
) {
162162

163+
# ensure that the tag will not collide with other top-level tags
164+
tag('pe_patch_only-1fc83547-6b51-499f-98cd-58e25b2288c7')
165+
163166
if defined(Class['os_patching']) {
164167
notify { 'os_patching warning':
165168
message => 'This node currently has the os_patching class applied. In order to use pe_patch, please remove os_patching from this node first. The pe_patch class will not be applied on this puppet run.',

0 commit comments

Comments
 (0)