diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |