From a65a619e903cd5d1c9d23e74532c6b9d975f2c96 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jun 2012 01:09:28 -0300 Subject: Adding roundcube logo config --- manifests/web.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/web.pp') 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 -- cgit v1.2.3