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