diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/websites/manifests/www.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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, } |