From 54f432cfe5483fc38bda45907970b0e46685192d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 14:38:33 +0000 Subject: websites: rewrite mailman urls --- deployment/websites/manifests/www.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/websites/manifests') diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp index 9086c3af..3a4d2dc5 100644 --- a/deployment/websites/manifests/www.pp +++ b/deployment/websites/manifests/www.pp @@ -24,6 +24,7 @@ class websites::www { apache::vhost::base { $vhost: content => template('websites/vhost_www.conf', + 'websites/vhost_www_rewrite.conf', 'websites/vhost_proxy_mailman.conf'), location => $vhostdir, options => ['FollowSymLinks'], @@ -33,6 +34,7 @@ class websites::www { use_ssl => true, vhost => $vhost, content => template('websites/vhost_www.conf', + 'websites/vhost_www_rewrite.conf', 'websites/vhost_proxy_mailman_ssl.conf'), location => $vhostdir, options => ['FollowSymLinks'], -- cgit v1.2.1