From 6ad28a7da81ba4da1c92b46e23a85232df8f1453 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 1 Mar 2008 13:01:36 +0000 Subject: debug infos --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 3c3e93a..cbe111a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,6 +24,8 @@ class apache { $vhosts_dir = "$config_dir/vhosts.d/" +notice("vhosts_dir=${vhosts_dir}") + file{ $vhosts_dir: ensure => directory, @@ -107,6 +109,7 @@ define apache::vhost::file( $destination = '' ){ $vhosts_dir = "$config_dir/vhosts.d/" +notice("vhosts_dir_vhost::file=${vhosts_dir}") # $vhosts_dir = $operatingsystem ? { # centos => "$apache::centos::config_dir/vhosts.d/", # gentoo => "$apache::gentoo::config_dir/vhosts.d/", -- cgit v1.2.3