--- puppet/deployment/websites/manifests/www.pp 2012/01/14 23:21:11 2248 +++ puppet/deployment/websites/manifests/www.pp 2012/01/14 23:56:32 2249 @@ -7,6 +7,10 @@ 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, }