]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Websites update
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 16:53:23 +0000 (13:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 16:53:23 +0000 (13:53 -0300)
manifests/web.pp

index 3e0b9f1b698df119e66992ad0cf09027f592f199..2b8cf9c5588635bffd45b73dd90ee344446b4c0f 100644 (file)
@@ -4,11 +4,13 @@ class mail::web::virtual inherits websites::setup {
   apache::site { "postfixadmin":
     docroot => "${apache_sites_folder}/postfixadmin/site",
     use     => [ "Site postfixadmin" ],
+    mpm     => false,
   }
 
   apache::site { "mail":
     docroot => "/usr/share/squirrelmail",
     source  => true,
+    mpm     => false,
   }
 
   file { "${apache_sites_folder}/postfixadmin/site/config.inc.php":
@@ -27,6 +29,7 @@ class mail::web::sympa inherits websites::setup {
     source  => true,
     owner   => sympa,
     group   => sympa,
+    mpm     => false,
   }
 
   package { [ 'apache2-suexec', 'libapache2-mod-fcgid' ]: