aboutsummaryrefslogtreecommitdiff
path: root/manifests/extension_script.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/extension_script.pp')
-rw-r--r--manifests/extension_script.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/extension_script.pp b/manifests/extension_script.pp
index 569fcbf..4abc6b1 100644
--- a/manifests/extension_script.pp
+++ b/manifests/extension_script.pp
@@ -4,7 +4,7 @@ define shorewall::extension_script($script = '') {
'init', 'initdone', 'start', 'started', 'stop', 'stopped', 'clear', 'refresh', 'continue', 'maclog': {
file { "/etc/shorewall/puppet/${name}":
content => "${script}\n",
- notify => Service[shorewall];
+ notify => Exec['shorewall_check'];
}
}
'', default: {