]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Changing mail docroot to roundcube
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 9 May 2011 00:44:18 +0000 (21:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 9 May 2011 00:44:18 +0000 (21:44 -0300)
manifests/web.pp

index 073bc6c445c932f2cdc61e6429f69231db3ae70c..29a5b5798c8fef846f8682d2e7175fd86b4d969a 100644 (file)
@@ -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,
   }