-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.kitchen.yml
72 lines (68 loc) · 1.52 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 12
verifier:
name: inspec
platforms:
- name: amazonlinux-2018.03
driver:
box: hbsmith/awslinux
- name: amazonlinux-2
driver:
box: bento/amazonlinux-2
- name: osx-10.13
driver:
box: monsenso/macos-10.13
- name: centos-6
driver:
box: centos/6
- name: centos-7.2
driver:
box: bento/centos-7.2
- name: ubuntu-bionic64
driver:
box: ubuntu/bionic64
- name: ubuntu-xenial64
driver:
box: ubuntu/xenial64
suites:
- name: default
run_list:
- recipe[osquery::default]
- name: syslog
attributes:
osquery:
syslog:
pipe_user: 'root'
pipe_group: 'root'
pipe_filter : '*.info'
options:
verbose: true
syslog_pipe_path: '/var/osquery/kitchen_pipe'
enable_syslog: true
schedule:
time:
query: 'SELECT * FROM time'
interval: 10
syslog:
query: 'SELECT * FROM syslog'
interval: 10
run_list:
- recipe[osquery::default]
- name: osquery_wrapper_legacy
run_list:
- recipe[osquery_spec::osquery_wrapper]
driver:
require_chef_omnibus: 14.13
- name: osquery_wrapper
run_list:
- recipe[osquery_spec::osquery_wrapper]
- name: osquery_conf
run_list:
- recipe[osquery_spec::osquery_conf]
- name: osquery_decorators
run_list:
- recipe[osquery_spec::osquery_decorators]