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