aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 14:58:03 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 14:58:03 +0000
commit0af0ba047844a802afcbed8aab2cb5df130e156e (patch)
tree32a3525dba44ca9c940a62052372498bf18f591e /deployment/websites/manifests
parent54f432cfe5483fc38bda45907970b0e46685192d (diff)
downloadpuppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar.gz
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar.bz2
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar.xz
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.zip
websites: rewrite pipermail URLs
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/www.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index 3a4d2dc5..9787af18 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -24,8 +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'),
+ 'websites/vhost_www_rewrite.conf'),
location => $vhostdir,
options => ['FollowSymLinks'],
}
@@ -34,8 +33,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'),
+ 'websites/vhost_www_rewrite.conf'),
location => $vhostdir,
options => ['FollowSymLinks'],
}