aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/git.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/git.pp')
-rw-r--r--deployment/websites/manifests/git.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/websites/manifests/git.pp b/deployment/websites/manifests/git.pp
index 070c13a5..8e7a0058 100644
--- a/deployment/websites/manifests/git.pp
+++ b/deployment/websites/manifests/git.pp
@@ -1,5 +1,5 @@
class websites::git {
- apache::vhost_redirect { "git.$::domain":
- url => "http://gitweb.$::domain/",
+ apache::vhost_redirect { "git.${::domain}":
+ url => "http://gitweb.${::domain}/",
}
}