-
-
Notifications
You must be signed in to change notification settings - Fork 211
Expand file tree
/
Copy pathkitchen.yml
More file actions
37 lines (33 loc) · 683 Bytes
/
kitchen.yml
File metadata and controls
37 lines (33 loc) · 683 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
deprecations_as_errors: true
enforce_idempotency: true
multiple_converge: 2
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: amazonlinux-2
- name: centos-7
- name: centos-8
- name: debian-10
- name: debian-11
- name: fedora-latest
- name: freebsd-12
- name: opensuse-leap-15
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: windows-2022
driver:
box: stromweld/windows-2022
customize:
cpus: 2
memory: 4096
suites:
- name: default
data_bags_path: "./test/fixtures/data_bags"
run_list:
- recipe[users_test::default]