aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/git.pp2
-rw-r--r--deployment/websites/manifests/start.pp2
-rw-r--r--deployment/websites/manifests/svn.pp2
-rw-r--r--deployment/websites/manifests/www.pp2
4 files changed, 4 insertions, 4 deletions
diff --git a/deployment/websites/manifests/git.pp b/deployment/websites/manifests/git.pp
index 8e7a0058..a71de33f 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}/",
+ url => "https://gitweb.${::domain}/",
}
}
diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp
index ed0d4adb..0db6dec1 100644
--- a/deployment/websites/manifests/start.pp
+++ b/deployment/websites/manifests/start.pp
@@ -1,6 +1,6 @@
class websites::start {
include websites::base
apache::vhost_redirect { "start.${::domain}":
- url => "http://www.${::domain}/community/",
+ url => "https://www.${::domain}/community/",
}
}
diff --git a/deployment/websites/manifests/svn.pp b/deployment/websites/manifests/svn.pp
index d8e87f64..ad49f69e 100644
--- a/deployment/websites/manifests/svn.pp
+++ b/deployment/websites/manifests/svn.pp
@@ -1,5 +1,5 @@
class websites::svn {
apache::vhost_redirect { "svn.${::domain}":
- url => "http://svnweb.${::domain}/",
+ url => "https://svnweb.${::domain}/",
}
}
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index ecff73e6..c0c556ea 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -51,7 +51,7 @@ class websites::www {
}
apache::vhost_redirect { "${::domain}":
- url => "http://www.${::domain}/",
+ url => "https://www.${::domain}/",
}
apache::vhost_redirect { "ssl_${::domain}":