From: Silvio Rhatto Date: Thu, 5 Nov 2009 18:34:26 +0000 (-0200) Subject: Using correct apache package name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6ea12f3244c47a6520a89621d2daae4b0c37242;p=puppet-apache.git Using correct apache package name --- diff --git a/manifests/init.pp b/manifests/init.pp index 227af4d..68d7918 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,7 +24,10 @@ class apache { - package { "apache": ensure => installed, } + package { "apache": + name => "apache2", + ensure => installed, + } # TODO: enable mod_macro package { "mod_macro":