summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-10-09 15:09:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-10-09 15:09:33 -0300
commit7811795f8fcb38b75fd6680d5a6e1f44d5af70e5 (patch)
tree4b052efea87aac092a46c086c03ecd2c5bda9664 /manifests
parentb766de2c3eeed4790d2b7645643971a2ab622025 (diff)
downloadpuppet-apache-7811795f8fcb38b75fd6680d5a6e1f44d5af70e5.tar.gz
puppet-apache-7811795f8fcb38b75fd6680d5a6e1f44d5af70e5.tar.bz2
Notifying apache when apache2-mpm-itk is installed
Diffstat (limited to 'manifests')
-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":