aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/www.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index c0c556ea..07ee4ec4 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -50,6 +50,10 @@ class websites::www {
options => ['FollowSymLinks'],
}
+ apache::vhost_redirect { "${vhost}":
+ url => "https://www.${::domain}/",
+ }
+
apache::vhost_redirect { "${::domain}":
url => "https://www.${::domain}/",
}