aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/hugs.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/hugs.pp')
-rw-r--r--deployment/websites/manifests/hugs.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/hugs.pp b/deployment/websites/manifests/hugs.pp
index 27a554a7..95246464 100644
--- a/deployment/websites/manifests/hugs.pp
+++ b/deployment/websites/manifests/hugs.pp
@@ -1,7 +1,7 @@
class websites::hugs {
include websites::base
- $vhostdir = "$websites::base::webdatadir/hugs.${::domain}"
+ $vhostdir = "${websites::base::webdatadir}/hugs.${::domain}"
$git_location = "git://git.${::domain}/web/hugs"
apache::vhost::base { "hugs.${::domain}":