forked from chef-boneyard/chef_handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.kitchen.yml
More file actions
33 lines (30 loc) · 745 Bytes
/
.kitchen.yml
File metadata and controls
33 lines (30 loc) · 745 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
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-7
- name: debian-8
- name: debian-9
- name: fedora-26
- name: freebsd-11
- name: opensuse-leap-42
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: windows-2008r2 # private Chef Software Inc. image
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2 # private Chef Software Inc. image
driver_config:
box: chef/windows-server-2012r2-standard
suites:
- name: json_file
run_list: chef_handler::json_file
- name: resource
run_list: test::default