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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/archives.pp b/deployment/websites/manifests/archives.pp
index ea66f3b8..825e082b 100644
--- a/deployment/websites/manifests/archives.pp
+++ b/deployment/websites/manifests/archives.pp
@@ -1,7 +1,7 @@
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: