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