aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-25 12:20:24 +0000
committerMichael Scherer <misc@mageia.org>2012-03-25 12:20:24 +0000
commitf83e2c85a7f0d2402982942150688b7373a9d5ab (patch)
tree34d781b4e3d3f8f1c763e80aec3e90703df75cbc /deployment/websites
parent777b01260256d148a821dbb27fb25ae881b84cc6 (diff)
downloadpuppet-f83e2c85a7f0d2402982942150688b7373a9d5ab.tar
puppet-f83e2c85a7f0d2402982942150688b7373a9d5ab.tar.gz
puppet-f83e2c85a7f0d2402982942150688b7373a9d5ab.tar.bz2
puppet-f83e2c85a7f0d2402982942150688b7373a9d5ab.tar.xz
puppet-f83e2c85a7f0d2402982942150688b7373a9d5ab.zip
split some others modules in separate file
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,