--- puppet/deployment/websites/manifests/www.pp 2013/04/14 14:18:05 3045 +++ puppet/deployment/websites/manifests/www.pp 2013/04/14 14:38:33 3046 @@ -24,6 +24,7 @@ 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 @@ 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'],