aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/svn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/svn.pp')
-rw-r--r--deployment/websites/manifests/svn.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/websites/manifests/svn.pp b/deployment/websites/manifests/svn.pp
index ad49f69e..a1a39d01 100644
--- a/deployment/websites/manifests/svn.pp
+++ b/deployment/websites/manifests/svn.pp
@@ -2,4 +2,8 @@ class websites::svn {
apache::vhost_redirect { "svn.${::domain}":
url => "https://svnweb.${::domain}/",
}
+ apache::vhost_redirect { "ssl_svn.${::domain}":
+ use_ssl => true,
+ url => "https://svnweb.${::domain}/",
+ }
}