Set the correct syslog-ng version number on hosts with syslog-ng 3.5
[mirror/dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index bb8770a..7f78680 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 -%>