diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-09 16:06:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-09 16:06:40 -0300 |
commit | 635b9c8edefe05d8ee9b26a2f06486af11372c16 (patch) | |
tree | 93ab98feba8db56805b05dcd47c559f91e2a1231 | |
parent | ace88237bfb8c6b8bb55bcd1cd8ead1fdcc8dd0b (diff) | |
download | puppet-apache-635b9c8edefe05d8ee9b26a2f06486af11372c16.tar.gz puppet-apache-635b9c8edefe05d8ee9b26a2f06486af11372c16.tar.bz2 |
Switching from apache2 to apache2-mpm-itk package
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f0ce757..c5be006 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -51,7 +51,7 @@ class apache { } package { "apache": - name => "apache2", + name => "apache2-mpm-itk", ensure => installed, } @@ -60,11 +60,6 @@ class apache { ensure => installed, } - package { "apache2-mpm-itk": - ensure => installed, - notify => Service['apache'], - } - service { "apache": name => "apache2", ensure => running, |