We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
voxpupuli
Learn more about funding links in repositories.
Report abuse
2 parents 4707b24 + b803cff commit afe44b1Copy full SHA for afe44b1
manifests/forwarder.pp
@@ -96,6 +96,9 @@
96
# Declare addons
97
create_resources('splunk::addon', $addons)
98
99
+ # Ensure that the service restarts upon changes to addons
100
+ Splunk::Addon <||> ~> Service[$virtual_service]
101
+
102
# Declare inputs and outputs specific to the forwarder profile
103
$tag_resources = { tag => 'splunk_forwarder' }
104
create_resources( 'splunkforwarder_input',$forwarder_input, $tag_resources)
0 commit comments