forked from sous-chefs/nrpe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
47 lines (44 loc) · 873 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
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-10.04
run_list:
- recipe[apt::default]
- name: debian-7.8
run_list:
- recipe[apt::default]
- name: debian-6.0.10
run_list:
- recipe[apt::default]
- name: freebsd-9.3
run_list:
- recipe[freebsd::portsnap]
- name: freebsd-10.1
run_list:
- recipe[freebsd::portsnap]
- name: centos-7.1
- name: centos-6.6
- name: centos-5.11
- name: fedora-20
- name: fedora-21
suites:
- name: package
run_list:
- recipe[nrpe::default]
- name: source
run_list:
- recipe[nrpe::default]
attributes:
nrpe:
install_method: 'source'
- name: check
run_list:
- recipe[chef_nrpe_test::default]