From 9e7ceb16d1dda8039450f695c2cdc032a995ae67 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 14 Jan 2012 23:56:32 +0000 Subject: add missing requires for reverse proxy --- deployment/websites/manifests/www.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp index 7eb6daea..6727bd0b 100644 --- a/deployment/websites/manifests/www.pp +++ b/deployment/websites/manifests/www.pp @@ -7,6 +7,10 @@ class websites { include apache::mod_php include apache::mod_geoip + # for mailman reverse proxy, on ssl + include apache::mod_proxy + include apache::mod_ssl + subversion::snapshot { $vhostdir: source => $svn_location, } -- cgit v1.2.1