diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-09 13:53:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-09 13:53:06 -0300 |
commit | 17d007fe7443753b0a30dfb6bb3ada9e9346d885 (patch) | |
tree | b86255f701998d8ddb1ef31b2f7a78d9224afdb3 /manifests/subsystems | |
parent | 1292fbc9d0fd47d154b4b3a98b870b086f8272da (diff) | |
download | puppet-nodo-17d007fe7443753b0a30dfb6bb3ada9e9346d885.tar.gz puppet-nodo-17d007fe7443753b0a30dfb6bb3ada9e9346d885.tar.bz2 |
Websites update
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/websites.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index b688860..bdd0c78 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -60,6 +60,7 @@ class websites::setup { apache::site { "$default_vhost": server_alias => "$domain", docroot => "${apache_www_folder}", + mpm => false, } # We have to use 'zzz-error' so it will be the last matched vhost @@ -67,6 +68,7 @@ class websites::setup { template => 'apache/error.erb', docroot => "${apache_error_folder}", filename => 'zzz-error', + mpm => false, } # Index page for error |