summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-29 12:37:59 +0000
committerandreas <andreas@immerda.ch>2008-02-29 12:37:59 +0000
commita89727153d71432987e41fab6378e954a65a1504 (patch)
treec4be6c107b890d5a273100bded445587cb3136e6
parent1eac015e7267eeec3d05b2e2aff24dffa2877f6c (diff)
aktivierung von apache auf immer1-10
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c08c5d5..63ea1f6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -62,6 +62,8 @@ class apache::gentoo inherits apache::base {
Package[apache]{
category => 'www-servers',
}
+ # needs module gentoo
+ gentoo::etcconfd { apache2: }
}
class apache::debian inherits apache::base {