Add support for @syslogversion 3.8 from stretch
authorPaul Wise <pabs@debian.org>
Sat, 25 Feb 2017 03:59:41 +0000 (11:59 +0800)
committerPaul Wise <pabs@debian.org>
Thu, 27 Apr 2017 05:26:41 +0000 (13:26 +0800)
modules/syslog_ng/templates/syslog-ng.conf.erb

index d68fe0c..6a3688c 100644 (file)
@@ -3,6 +3,9 @@
 <%- elsif has_variable?("syslogversion") and @syslogversion.to_s == "3.5" -%>
 @version: 3.5
 @include "scl.conf"
+<%- elsif has_variable?("syslogversion") and @syslogversion.to_s == "3.8" -%>
+@version: 3.8
+@include "scl.conf"
 <%- else -%>
 @version: 3.3
 @include "scl.conf"