aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/manifests/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bcd/manifests/web.pp')
-rw-r--r--modules/bcd/manifests/web.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bcd/manifests/web.pp b/modules/bcd/manifests/web.pp
index 97c697e5..d670cf5d 100644
--- a/modules/bcd/manifests/web.pp
+++ b/modules/bcd/manifests/web.pp
@@ -2,7 +2,7 @@ class bcd::web {
include bcd::base
$location = "${bcd::home}/public_html"
- apache::vhost::base { "bcd.$::domain":
+ apache::vhost::base { "bcd.${::domain}":
location => $location,
content => template('bcd/vhost_bcd.conf'),
}