aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-14 23:56:32 +0000
committerMichael Scherer <misc@mageia.org>2012-01-14 23:56:32 +0000
commit9e7ceb16d1dda8039450f695c2cdc032a995ae67 (patch)
treebbedc83e0f91057b426da5a484b2b84596a0f6b0
parenta238cb2f9998add6f20cea78d2d12f058665880e (diff)
downloadpuppet-9e7ceb16d1dda8039450f695c2cdc032a995ae67.tar
puppet-9e7ceb16d1dda8039450f695c2cdc032a995ae67.tar.gz
puppet-9e7ceb16d1dda8039450f695c2cdc032a995ae67.tar.bz2
puppet-9e7ceb16d1dda8039450f695c2cdc032a995ae67.tar.xz
puppet-9e7ceb16d1dda8039450f695c2cdc032a995ae67.zip
add missing requires for reverse proxy
-rw-r--r--deployment/websites/manifests/www.pp4
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,
}