diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 01:09:28 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 01:09:28 -0300 |
| commit | a65a619e903cd5d1c9d23e74532c6b9d975f2c96 (patch) | |
| tree | 2014a90b78400712d29a14423b894983813916f3 /manifests | |
| parent | 1bfa2d157f1bc896347c0ff30eebcb17a189f9d5 (diff) | |
| download | puppet-mail-a65a619e903cd5d1c9d23e74532c6b9d975f2c96.tar.gz puppet-mail-a65a619e903cd5d1c9d23e74532c6b9d975f2c96.tar.bz2 | |
Adding roundcube logo config
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/web.pp | 4 |
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 |
