]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 9 May 2011 15:41:58 +0000 (12:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 9 May 2011 15:41:58 +0000 (12:41 -0300)
manifests/web.pp

index ed320877bc5a24ab7b53afec682bf64b812e2428..14bbb6ae1acf2b8875ffe413c1b7f353e2cc0fb5 100644 (file)
@@ -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,
   }