Skip to content

Commit db019b7

Browse files
committed
Add custom pillars for Wheezy and Jessie to make syslog-ng work in Docker
See https://hub.docker.com/r/dockerbase/syslog-ng/~/dockerfile/
1 parent 7305101 commit db019b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.kitchen.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,20 @@ provisioner:
2626
'*':
2727
- syslog_ng.config
2828

29+
<% if %w[wheezy jessie].include?(codename) %>
2930
pillars:
3031
top.sls:
3132
base:
3233
'*':
3334
- syslog_ng
35+
syslog_ng.sls:
36+
syslog_ng:
37+
source:
38+
- s_src:
39+
- unix-stream:
40+
- /dev/log
41+
- internal: null
42+
<% end %>
3443

3544
platforms:
3645
- name: <%= distrib %>-<%= codename %>

0 commit comments

Comments
 (0)