summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-05-08 22:12:02 +0200
committermh <mh@immerda.ch>2017-05-08 22:12:02 +0200
commitdbc02ed9a962ef85739094f4a3cbd4ad009d0dde (patch)
treea70c52756bf0bf832087da4a8da0b7706ee5f077
parent4112e79844623b76e0fc47e647a38f99c6d60d9e (diff)
don't notify the service
-rw-r--r--manifests/blrules.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/blrules.pp b/manifests/blrules.pp
index 7f3953b..f37e5ed 100644
--- a/manifests/blrules.pp
+++ b/manifests/blrules.pp
@@ -26,7 +26,7 @@ class shorewall::blrules (
file{'/etc/shorewall/puppet/blrules':
content => template('shorewall/blrules.erb'),
require => Package['shorewall'],
- notify => Service['shorewall'],
+ notify => Exec['shorewall_check'],
owner => root,
group => 0,
mode => '0644';