From: Paul Wise Date: Sun, 26 Oct 2014 05:28:03 +0000 (+0800) Subject: Set the correct syslog-ng version number on hosts with syslog-ng 3.5 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2f225ac0e2079d80aaaa02b70554dd10cb019f68;p=mirror%2Fdsa-puppet.git Set the correct syslog-ng version number on hosts with syslog-ng 3.5 --- diff --git a/modules/syslog-ng/templates/syslog-ng.conf.erb b/modules/syslog-ng/templates/syslog-ng.conf.erb index bb8770af9..7f78680b7 100644 --- a/modules/syslog-ng/templates/syslog-ng.conf.erb +++ b/modules/syslog-ng/templates/syslog-ng.conf.erb @@ -1,5 +1,7 @@ <%- if has_variable?("syslogversion") and syslogversion.to_s == "3.1" -%> @version: 3.0 +<%- elsif has_variable?("syslogversion") and syslogversion.to_s == "3.5" -%> +@version: 3.5 <%- else -%> @version: 3.3 <%- end -%>