summaryrefslogtreecommitdiff
path: root/manifests/gentoo.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 14:34:05 +0100
committermh <mh@immerda.ch>2009-11-14 14:34:05 +0100
commit1b2310bab053cd40616e9740f9d38ef8826b3764 (patch)
treec3567eb47a1704cf709aa4341c8c5debb966a53b /manifests/gentoo.pp
parent57da0ebe11e5b6f99dc96c13845e4b3205442df1 (diff)
update apache module to 0.25.x style
Diffstat (limited to 'manifests/gentoo.pp')
-rw-r--r--manifests/gentoo.pp6
1 files changed, 3 insertions, 3 deletions
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': }