summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-10-09 16:06:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-10-09 16:06:40 -0300
commit635b9c8edefe05d8ee9b26a2f06486af11372c16 (patch)
tree93ab98feba8db56805b05dcd47c559f91e2a1231 /manifests
parentace88237bfb8c6b8bb55bcd1cd8ead1fdcc8dd0b (diff)
downloadpuppet-apache-635b9c8edefe05d8ee9b26a2f06486af11372c16.tar.gz
puppet-apache-635b9c8edefe05d8ee9b26a2f06486af11372c16.tar.bz2
Switching from apache2 to apache2-mpm-itk package
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp7
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,