We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf19d1 commit afc4ebfCopy full SHA for afc4ebf
manifests/forwarder.pp
@@ -97,7 +97,7 @@
97
create_resources('splunk::addon', $addons)
98
99
# Ensure that the service restarts upon changes to addons
100
- Splunk::Addon <||> ~> Service[$virtual_service]
+ Package[$package_name] -> Splunk::Addon <||> ~> Service[$virtual_service]
101
102
# Declare inputs and outputs specific to the forwarder profile
103
$tag_resources = { tag => 'splunk_forwarder' }
0 commit comments