forked from Icinga/chef-icinga2client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
50 lines (45 loc) · 896 Bytes
/
.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
---
driver:
name: vagrant
verifier:
name: inspec
provisioner:
name: chef_zero
attributes:
icinga2:
ignore_version: false
# temp fix
disable_conf_d: false
apt:
compile_time_update: true
confd:
install_recommends: false
platforms:
- name: centos-6.8
- name: centos-7.2
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: ubuntu-16.04
run_list:
- recipe[apt::default]
- name: debian-8.5
run_list:
- recipe[apt::default]
suites:
- name: chef12
driver:
require_chef_omnibus: 12.21.4
verifier:
inspec_tests:
- test/smoke/default
run_list:
- recipe[icinga2client::default]
- name: chef13
driver:
require_chef_omnibus: 13.3.42
verifier:
inspec_tests:
- test/smoke/default
run_list:
- recipe[icinga2client::default]