summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 64dd964..5f67b49 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -4,6 +4,10 @@ class mail::web::virtual inherits websites::setup {
case $roundcube_des_key {
'': { fail("You need to define \$roundcube_des_key host config") }
}
+
+ case $roundcube_logo {
+ '': { $roundcube_logo = 'null' }
+ }
}
include php::imap