]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Set the correct syslog-ng version number on hosts with syslog-ng 3.5
authorPaul Wise <pabs@debian.org>
Sun, 26 Oct 2014 05:28:03 +0000 (13:28 +0800)
committerPaul Wise <pabs@debian.org>
Sun, 26 Oct 2014 05:28:25 +0000 (13:28 +0800)
modules/syslog-ng/templates/syslog-ng.conf.erb

index bb8770af9c8de112bebdf319e4799e9c18a5ca79..7f78680b70b475ed658c091239602b5b876402a1 100644 (file)
@@ -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 -%>