aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/websites/manifests/start.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp
index 0db6dec1..f18adad4 100644
--- a/deployment/websites/manifests/start.pp
+++ b/deployment/websites/manifests/start.pp
@@ -1,6 +1,7 @@
class websites::start {
include websites::base
apache::vhost_redirect { "start.${::domain}":
+ use_ssl => true,
url => "https://www.${::domain}/community/",
}
}