summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 83ff8c8..c33320f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -61,7 +61,8 @@ class apache {
}
package { "apache2-mpm-itk":
- ensure => installed,
+ ensure => installed,
+ notify => Service['apache'],
}
service { "apache":