@@ -26,7 +26,7 @@ provisioner: | |||
'*': | |||
- syslog_ng.config | |||
<% if %w[wheezy jessie].include?(codename) %> | |||
<% if %w[wheezy jessie xenial].include?(codename) %> | |||
pillars: | |||
top.sls: | |||
base: |
@@ -1,6 +1,7 @@ | |||
# -*- coding: utf-8 -*- | |||
# vim: ft=yaml | |||
# Debian | |||
wheezy: | |||
version: 3.3 | |||
include: | |||
@@ -23,3 +24,12 @@ stretch: | |||
- scl.conf | |||
last_include: | |||
- /etc/syslog-ng/conf.d/*.conf | |||
# Ubuntu | |||
xenial: | |||
version: 3.5 | |||
include: | |||
- scl.conf | |||
- '`scl-root`/system/tty10.conf' | |||
last_include: | |||
- /etc/syslog-ng/conf.d/*.conf |