aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/www.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index aa255e27..f5b25883 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -5,11 +5,11 @@ class websites::www {
$svn_location = "svn://svn.$::domain/svn/web/www/trunk"
include apache::mod_php
- include apache::mod_geoip
+ include apache::mod::geoip
# for mailman reverse proxy, on ssl
- include apache::mod_proxy
- include apache::mod_ssl
+ include apache::mod::proxy
+ include apache::mod::ssl
subversion::snapshot { $vhostdir:
source => $svn_location,