aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/start.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/start.pp')
-rw-r--r--deployment/websites/manifests/start.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp
index f18adad4..4674591c 100644
--- a/deployment/websites/manifests/start.pp
+++ b/deployment/websites/manifests/start.pp
@@ -1,6 +1,9 @@
class websites::start {
include websites::base
apache::vhost_redirect { "start.${::domain}":
+ url => "https://www.${::domain}/community/",
+ }
+ apache::vhost_redirect { "ssl_start.${::domain}":
use_ssl => true,
url => "https://www.${::domain}/community/",
}