From: Silvio Rhatto Date: Tue, 26 Jul 2011 19:51:23 +0000 (-0300) Subject: Adding $sympa_logo_html_definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0f43980f8ef5b063c756e75d4a63f88f07b73e4c;p=puppet-mail.git Adding $sympa_logo_html_definition --- 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 %>