From 53721009dfe6d485cab90eb1b493ce2be2f87bdb Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 14 Jan 2012 23:17:40 +0000 Subject: fix reverse proxy, the whole usage of use_ssl was incorrect ( some refactoring could be done, but not urgent ) --- deployment/websites/manifests/www.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/websites/manifests/www.pp') diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp index 511b537e..7eb6daea 100644 --- a/deployment/websites/manifests/www.pp +++ b/deployment/websites/manifests/www.pp @@ -19,7 +19,7 @@ class websites { } apache::vhost_base { "$vhost": - content => template('websites/vhost_www.conf'), + content => template('websites/vhost_www.conf', "websites/vhost_proxy_mailman.conf"), location => $vhostdir, options => ['FollowSymLinks'], } @@ -27,7 +27,7 @@ class websites { apache::vhost_base { "ssl_$vhost": use_ssl => true, vhost => $vhost, - content => template('websites/vhost_www.conf'), + content => template('websites/vhost_www.conf', "websites/vhost_proxy_mailman_ssl.conf"), location => $vhostdir, options => ['FollowSymLinks'], } -- cgit v1.2.1