We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7fab4 commit 7d7993dCopy full SHA for 7d7993d
.kitchen.yml
@@ -26,7 +26,7 @@ provisioner:
26
'*':
27
- syslog_ng.config
28
29
-<% if %w[wheezy jessie].include?(codename) %>
+<% if %w[wheezy jessie xenial].include?(codename) %>
30
pillars:
31
top.sls:
32
base:
syslog_ng/os_codename_map.yml
@@ -1,6 +1,7 @@
1
# -*- coding: utf-8 -*-
2
# vim: ft=yaml
3
4
+# Debian
5
wheezy:
6
version: 3.3
7
include:
@@ -23,3 +24,12 @@ stretch:
23
24
- scl.conf
25
last_include:
- /etc/syslog-ng/conf.d/*.conf
+
+# Ubuntu
+xenial:
+ version: 3.5
+ include:
+ - scl.conf
33
+ - '`scl-root`/system/tty10.conf'
34
+ last_include:
35
+ - /etc/syslog-ng/conf.d/*.conf
0 commit comments