Skip to content

Commit afc4ebf

Browse files
committed
added package dependency to splunk::addon types
1 parent fdf19d1 commit afc4ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/forwarder.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
create_resources('splunk::addon', $addons)
9898

9999
# Ensure that the service restarts upon changes to addons
100-
Splunk::Addon <||> ~> Service[$virtual_service]
100+
Package[$package_name] -> Splunk::Addon <||> ~> Service[$virtual_service]
101101

102102
# Declare inputs and outputs specific to the forwarder profile
103103
$tag_resources = { tag => 'splunk_forwarder' }

0 commit comments

Comments
 (0)