summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-11-20 22:43:06 +0100
committermh <mh@immerda.ch>2015-12-05 11:36:31 +0100
commit220d7af45dc4b1c334e2d3f50f2bc8ab54139093 (patch)
tree40dbd969522c93e4c1f55f0f1e7b3a6bc0f5b4fa /manifests/centos.pp
parent353492eaa1c9047547b17161df4aa58ea3bf0a87 (diff)
make service restart more failsafe
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 95b7759..1f8b37d 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -7,7 +7,7 @@ class shorewall::centos inherits shorewall::base {
lens => 'Shellvars.lns',
incl => '/etc/sysconfig/shorewall',
require => Package['shorewall'],
- notify => Service['shorewall'],
+ notify => Exec['shorewall_check'],
}
}
}