]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Do not use $roundcube_des_key on lenny
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Jul 2011 16:29:38 +0000 (13:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Jul 2011 16:29:38 +0000 (13:29 -0300)
manifests/web.pp

index 4f9e2a10c206fd47672bc4fbf06b8ede10dd8fee..be84a2523afb5c54f286c267bd1c7cfd0a6fc29d 100644 (file)
@@ -1,7 +1,9 @@
 class mail::web::virtual inherits websites::setup {
   # Class configuration
-  case $roundcube_des_key {
-    '': { fail("You need to define \$roundcube_des_key host config") }
+  if $lsbdistcodename != 'lenny' {
+    case $roundcube_des_key {
+      '': { fail("You need to define \$roundcube_des_key host config") }
+    }
   }
 
   include php::imap