From: Silvio Rhatto Date: Sat, 9 Oct 2010 18:09:33 +0000 (-0300) Subject: Notifying apache when apache2-mpm-itk is installed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7811795f8fcb38b75fd6680d5a6e1f44d5af70e5;p=puppet-apache.git Notifying apache when apache2-mpm-itk is installed --- 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":