]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Switching from apache2 to apache2-mpm-itk package
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 19:06:40 +0000 (16:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 19:06:40 +0000 (16:06 -0300)
manifests/init.pp

index f0ce75788ddd28744d6bce655c2a677de22b5615..c5be0067be6377a4596adad45d1bd9862483289a 100644 (file)
@@ -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,