-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathkitchen.yml
More file actions
37 lines (33 loc) · 726 Bytes
/
kitchen.yml
File metadata and controls
37 lines (33 loc) · 726 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
---
driver:
name: vagrant
provisioner:
name: chef_infra
product_name: chef
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: amazonlinux-2
- name: debian-10
- name: debian-11
- name: centos-7
- name: centos-stream-8
- name: fedora-latest
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: rockylinux-8
- name: opensuse-leap-15
- name: windows-server-2012r2-standard
driver_config:
box: chef/windows-server-2012r2-standard
- name: windows-server-2016-standard
driver_config:
box: chef/windows-server-2016-standard
suites:
- name: default
run_list:
- test::default