summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';