forked from chef-boneyard/ohai
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.kitchen.yml
More file actions
41 lines (37 loc) · 810 Bytes
/
.kitchen.yml
File metadata and controls
41 lines (37 loc) · 810 Bytes
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
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-7
- name: debian-8
- name: debian-9
- name: freebsd-10
- name: freebsd-11
- name: fedora-26
- name: opensuse-leap-42
- name: ubuntu-14.04
- name: ubuntu-14.04-chef127
driver_config:
box: bento/ubuntu-14.04
provisioner:
require_chef_omnibus: 12.7.2
- name: ubuntu-16.04
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
suites:
- name: default
run_list:
- recipe[ohai_test::default]