From 1b2310bab053cd40616e9740f9d38ef8826b3764 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 14 Nov 2009 14:34:05 +0100 Subject: update apache module to 0.25.x style --- manifests/gentoo.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/gentoo.pp') diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp index 10839f0..46ad8cb 100644 --- a/manifests/gentoo.pp +++ b/manifests/gentoo.pp @@ -1,6 +1,6 @@ ### gentoo class apache::gentoo inherits apache::package { - $config_dir = '/etc/apache2/' + $config_dir = '/etc/apache2' # needs module gentoo gentoo::etcconfd { @@ -11,10 +11,10 @@ class apache::gentoo inherits apache::package { category => 'www-servers', } File[vhosts_dir]{ - path => "$config_dir/vhosts.d/", + path => "$config_dir/vhosts.d", } File[modules_dir]{ - path => "$config_dir/modules.d/", + path => "$config_dir/modules.d", } apache::gentoo::module { '00_default_settings': } -- cgit v1.2.3