From: Silvio Rhatto Date: Mon, 9 May 2011 00:44:18 +0000 (-0300) Subject: Changing mail docroot to roundcube X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=47951217efeedd66ce922ecbaebc7d7bf40cdc89;p=puppet-mail.git Changing mail docroot to roundcube --- diff --git a/manifests/web.pp b/manifests/web.pp index 073bc6c..29a5b57 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -8,7 +8,8 @@ class mail::web::virtual inherits websites::setup { } apache::site { "mail": - docroot => "/usr/share/squirrelmail", + #docroot => "/usr/share/squirrelmail", + docroot => "/var/lib/roundcube", source => true, mpm => false, }