aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/archives.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 19:17:17 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 19:17:17 +0300
commit27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2 (patch)
tree066647fa051720fac7a2e21a2a8d9759f42b3d46 /deployment/websites/manifests/archives.pp
parentc61daf65b58b943994d1f21e52deee9a9ce04827 (diff)
downloadpuppet-27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2.tar
puppet-27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2.tar.gz
puppet-27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2.tar.bz2
puppet-27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2.tar.xz
puppet-27a18326e816aeb9ab98d9fbaef33f8bd6a2a5d2.zip
variable enclosing fixes
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: