Skip to content

Commit 7d7993d

Browse files
committed
Fix Ubuntu Xenial configuration
1 parent 2b7fab4 commit 7d7993d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ provisioner:
2626
'*':
2727
- syslog_ng.config
2828

29-
<% if %w[wheezy jessie].include?(codename) %>
29+
<% if %w[wheezy jessie xenial].include?(codename) %>
3030
pillars:
3131
top.sls:
3232
base:

syslog_ng/os_codename_map.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# vim: ft=yaml
33

4+
# Debian
45
wheezy:
56
version: 3.3
67
include:
@@ -23,3 +24,12 @@ stretch:
2324
- scl.conf
2425
last_include:
2526
- /etc/syslog-ng/conf.d/*.conf
27+
28+
# Ubuntu
29+
xenial:
30+
version: 3.5
31+
include:
32+
- scl.conf
33+
- '`scl-root`/system/tty10.conf'
34+
last_include:
35+
- /etc/syslog-ng/conf.d/*.conf

0 commit comments

Comments
 (0)