diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-09 15:09:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-09 15:09:33 -0300 |
commit | 7811795f8fcb38b75fd6680d5a6e1f44d5af70e5 (patch) | |
tree | 4b052efea87aac092a46c086c03ecd2c5bda9664 /manifests | |
parent | b766de2c3eeed4790d2b7645643971a2ab622025 (diff) | |
download | puppet-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.pp | 3 |
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": |