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.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/websites/manifests/hugs.pp b/deployment/websites/manifests/hugs.pp
index 2840b45a..27a554a7 100644
--- a/deployment/websites/manifests/hugs.pp
+++ b/deployment/websites/manifests/hugs.pp
@@ -1,10 +1,10 @@
class websites::hugs {
include websites::base
- $vhostdir = "$websites::base::webdatadir/hugs.$::domain"
- $git_location = "git://git.$::domain/web/hugs"
+ $vhostdir = "$websites::base::webdatadir/hugs.${::domain}"
+ $git_location = "git://git.${::domain}/web/hugs"
- apache::vhost::base { "hugs.$::domain":
+ apache::vhost::base { "hugs.${::domain}":
location => $vhostdir,
}