diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 14:38:33 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 14:38:33 +0000 |
commit | 54f432cfe5483fc38bda45907970b0e46685192d (patch) | |
tree | ced92697c1d776c84cc7e25dd17539cf06929ebf /deployment/websites/manifests | |
parent | bcc4ea357e26c176a494f7bdf06491ddcd6c7dc3 (diff) | |
download | puppet-54f432cfe5483fc38bda45907970b0e46685192d.tar puppet-54f432cfe5483fc38bda45907970b0e46685192d.tar.gz puppet-54f432cfe5483fc38bda45907970b0e46685192d.tar.bz2 puppet-54f432cfe5483fc38bda45907970b0e46685192d.tar.xz puppet-54f432cfe5483fc38bda45907970b0e46685192d.zip |
websites: rewrite mailman urls
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r-- | deployment/websites/manifests/www.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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'], |