diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-26 16:51:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-26 16:51:23 -0300 |
commit | 0f43980f8ef5b063c756e75d4a63f88f07b73e4c (patch) | |
tree | c4de9137d352cfefa3ef95ef1a54b57fb37dbf71 /templates/sympa | |
parent | bb09c79d19b9077135fc5cfd100238cfdf4e875a (diff) | |
download | puppet-mail-0f43980f8ef5b063c756e75d4a63f88f07b73e4c.tar.gz puppet-mail-0f43980f8ef5b063c756e75d4a63f88f07b73e4c.tar.bz2 |
Adding $sympa_logo_html_definition
Diffstat (limited to 'templates/sympa')
-rw-r--r-- | templates/sympa/sympa.conf.lenny.erb | 5 | ||||
-rw-r--r-- | templates/sympa/sympa.conf.squeeze.erb | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/sympa/sympa.conf.lenny.erb b/templates/sympa/sympa.conf.lenny.erb index da0171d..4260338 100644 --- a/templates/sympa/sympa.conf.lenny.erb +++ b/templates/sympa/sympa.conf.lenny.erb @@ -170,3 +170,8 @@ soap_url https://<%= sympa_subdomain %>.<%= domain %>/sympasoap ## Supported languages for the user interface supported_lang en_US,pt_BR + +<%- unless sympa_logo_html_definition.to_s.empty? then -%> +## Logo +logo_html_definition <%= sympa_logo_html_definition %> +<%- end %> diff --git a/templates/sympa/sympa.conf.squeeze.erb b/templates/sympa/sympa.conf.squeeze.erb index 5ce2d9e..484e3ab 100644 --- a/templates/sympa/sympa.conf.squeeze.erb +++ b/templates/sympa/sympa.conf.squeeze.erb @@ -176,3 +176,8 @@ bounce_warn_rate 30 bounce_halt_rate 50 bounce_warn_rate 30 bounce_halt_rate 50 + +<%- unless sympa_logo_html_definition.to_s.empty? then -%> +## Logo +logo_html_definition <%= sympa_logo_html_definition %> +<%- end %> |