Skip to content

Commit 8591aed

Browse files
committed
If user declares their own requirements, don't set subscribe to undef.
1 parent df3683b commit 8591aed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

manifests/requirements.pp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,8 @@
8888
replace => false,
8989
content => '# Puppet will install and/or update pip packages listed here',
9090
}
91-
92-
$local_subscribe = File[$requirements]
93-
} else {
94-
$local_subscribe = undef
9591
}
92+
$local_subscribe = File[$requirements]
9693

9794
exec { "python_requirements${name}":
9895
provider => shell,

0 commit comments

Comments
 (0)