]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Notifying apache when apache2-mpm-itk is installed
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 18:09:33 +0000 (15:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 18:09:33 +0000 (15:09 -0300)
manifests/init.pp

index 83ff8c801ad75568879dcb0498e4826c700123ba..c33320fd25a2114d43fb497890b506a4df26009d 100644 (file)
@@ -61,7 +61,8 @@ class apache {
   }
 
   package { "apache2-mpm-itk":
-    ensure => installed,                                                                                                     
+    ensure => installed,
+    notify => Service['apache'],
   }
 
   service { "apache":