aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/archives.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/archives.pp')
-rw-r--r--deployment/websites/manifests/archives.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/websites/manifests/archives.pp b/deployment/websites/manifests/archives.pp
index 5680631e..9180813b 100644
--- a/deployment/websites/manifests/archives.pp
+++ b/deployment/websites/manifests/archives.pp
@@ -1,14 +1,14 @@
class websites::archives {
include websites::base
$vhost = "archives.$::domain"
- $vhostdir = "$websites::base::webdatadir/$vhost"
+ $vhostdir = "$websites::base::webdatadir/${vhost}"
$git_location = "git://git.$::domain/web/archives"
apache::vhost::base { $vhost:
location => $vhostdir,
}
- apache::vhost::base { "ssl_$vhost":
+ apache::vhost::base { "ssl_${vhost}":
vhost => $vhost,
use_ssl => true,
location => $vhostdir,