summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-02-27 09:59:35 +0100
committermh <mh@immerda.ch>2015-02-27 09:59:35 +0100
commit39bbb27079fe22ad3ed0f220d32ff5f3ce3cb666 (patch)
tree93bf36a8547e1e160dbdd92fb67aa3fb56cf16b8
parentc6a19ad30ce72f000146645b9f82b369e17c9abf (diff)
notify the service if something changes
-rw-r--r--manifests/base.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 8029e73..3f92159 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -7,6 +7,7 @@ class apache::base {
purge => true,
recurse => true,
force => true,
+ notify => Service['apache'],
owner => root,
group => 0,
mode => '0644';
@@ -22,6 +23,7 @@ class apache::base {
purge => true,
recurse => true,
force => true,
+ notify => Service['apache'],
owner => root,
group => 0,
mode => '0644';
@@ -31,6 +33,7 @@ class apache::base {
purge => true,
recurse => true,
force => true,
+ notify => Service['apache'],
owner => root,
group => 0,
mode => '0644';
@@ -40,6 +43,7 @@ class apache::base {
purge => true,
recurse => true,
force => true,
+ notify => Service['apache'],
owner => root,
group => 'apache',
mode => '0640';