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