From: Aurelien Jarno Date: Mon, 1 Apr 2019 16:04:22 +0000 (+0200) Subject: syslog-ng.conf: add support for buster X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1fbe27799a841e665d5c4aea22adac085c2672d3;p=mirror%2Fdsa-puppet.git syslog-ng.conf: add support for buster --- diff --git a/modules/syslog_ng/templates/syslog-ng.conf.erb b/modules/syslog_ng/templates/syslog-ng.conf.erb index d42304ebc..9dda8ff70 100644 --- a/modules/syslog_ng/templates/syslog-ng.conf.erb +++ b/modules/syslog_ng/templates/syslog-ng.conf.erb @@ -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"