From a9f63debd2e2486c2c425523a6febfd0ecf70b88 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 22:22:23 -0200 Subject: Using $hosting_domain instead of $apache_use_domain --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 4fb8212..9235a43 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -92,8 +92,8 @@ class apache { '': { $apache_error_dest = "${apache_error_folder}/index.html" } } - case $apache_use_domain { - '': { $apache_use_domain = $domain } + case $hosting_domain { + '': { $hosting_domain = $domain } } define site($ensure = present, $docroot = false, $redirect = false, -- cgit v1.2.3