summaryrefslogtreecommitdiff
path: root/manifests/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/web.pp')
-rw-r--r--manifests/web.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 27d5798..9c86846 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -8,6 +8,10 @@ class mail::web::virtual inherits websites::setup {
case $roundcube_logo {
'': { $roundcube_logo = 'null' }
}
+
+ case $roundcube_login_info {
+ '': { $roundcube_login_info = false }
+ }
}
include php::imap