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