summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-03-01 08:41:30 +0000
committerandreas <andreas@immerda.ch>2008-03-01 08:41:30 +0000
commit6dbfcc43f62c2afbadbd3d65b8ed28914b07ae21 (patch)
tree80f04fc7b4a25a6cc57ca2095b2f1e3efad9372a /manifests/init.pp
parentd3c5ec8144af745918a6dafc8bb98c38a4b8ef8a (diff)
test, weil immer noch err: Could not retrieve catalog: Class apache::gentoo has not been evaluated so its variables cannot be referenced at /var/lib/puppet/modules_src/apache/manifests/init.pp:16
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3dea849..5a05fe4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -11,6 +11,8 @@ class apache {
default: { include apache::base }
}
+ include apache::gentoo
+
$vhosts_dir = $operatingsystem ? {
centos => "$apache::centos::config_dir/vhosts.d/",
gentoo => "$apache::gentoo::config_dir/vhosts.d/",