summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/web.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 4f9e2a1..be84a25 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -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