syslog-ng.conf: add support for buster
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Apr 2019 16:04:22 +0000 (18:04 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Apr 2019 16:04:22 +0000 (18:04 +0200)
modules/syslog_ng/templates/syslog-ng.conf.erb

index d42304e..9dda8ff 100644 (file)
@@ -4,6 +4,9 @@
 <%- elsif has_variable?("syslogversion") and @syslogversion.to_s == "3.8" -%>
 @version: 3.8
 @include "scl.conf"
+<%- elsif has_variable?("syslogversion") and @syslogversion.to_s == "3.19" -%>
+@version: 3.19
+@include "scl.conf"
 <%- else -%>
 @version: 3.3
 @include "scl.conf"