]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Using correct apache package name
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Nov 2009 18:34:26 +0000 (16:34 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Nov 2009 18:34:26 +0000 (16:34 -0200)
manifests/init.pp

index 227af4dba801831617715b60502760f9bec1c8e0..68d7918fd0dfbf91f903f884796e7fe2e9cbb7d5 100644 (file)
 
 class apache {
 
-  package { "apache": ensure => installed, }
+  package { "apache":
+    name   => "apache2",
+    ensure => installed,
+  }
 
   # TODO: enable mod_macro
   package { "mod_macro":