From d6ea12f3244c47a6520a89621d2daae4b0c37242 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 5 Nov 2009 16:34:26 -0200 Subject: Using correct apache package name --- manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": -- cgit v1.2.3