From: Silvio Rhatto Date: Mon, 9 May 2011 15:41:58 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=445aa4d979029f330ea72c7d26923359338e4228;p=puppet-mail.git Minor fix --- diff --git a/manifests/web.pp b/manifests/web.pp index ed32087..14bbb6a 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -11,7 +11,7 @@ class mail::web::virtual inherits websites::setup { docroot => $lsbdistcodename ? { 'lenny' => "/usr/share/squirrelmail", default => "/var/lib/roundcube", - } + }, source => true, mpm => false, }