diff options
Diffstat (limited to 'deployment/websites/manifests/archives.pp')
-rw-r--r-- | deployment/websites/manifests/archives.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/websites/manifests/archives.pp b/deployment/websites/manifests/archives.pp index 9180813b..ea66f3b8 100644 --- a/deployment/websites/manifests/archives.pp +++ b/deployment/websites/manifests/archives.pp @@ -1,8 +1,8 @@ class websites::archives { include websites::base - $vhost = "archives.$::domain" + $vhost = "archives.${::domain}" $vhostdir = "$websites::base::webdatadir/${vhost}" - $git_location = "git://git.$::domain/web/archives" + $git_location = "git://git.${::domain}/web/archives" apache::vhost::base { $vhost: location => $vhostdir, |