From 6dbfcc43f62c2afbadbd3d65b8ed28914b07ae21 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 1 Mar 2008 08:41:30 +0000 Subject: 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 --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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/", -- cgit v1.2.3