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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/git.pp b/deployment/websites/manifests/git.pp
index b7958b25..e357dfb2 100644
--- a/deployment/websites/manifests/git.pp
+++ b/deployment/websites/manifests/git.pp
@@ -4,7 +4,7 @@ class websites::git {
}
apache::vhost_redirect { "ssl_git.${::domain}":
use_ssl => true,
- vhost => "git.${::domain}/",
+ vhost => "git.${::domain}",
url => "https://gitweb.${::domain}/",
}
}