-
Notifications
You must be signed in to change notification settings - Fork 2
/
kitchen.yml
54 lines (46 loc) · 1.03 KB
/
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
48
49
50
51
52
53
54
---
driver:
name: vagrant
box_auto_update: true
box_auto_prune: true
provisioner:
name: chef_zero
always_update_cookbooks: true
product_name: chef
product_version: 17.8
channel: stable
### Uncomment this setting to have Test Kitchen fail on any deprecation warning; useful in advance of a new chef-client release
# deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: almalinux-8.5
driver:
linked_clone: true
customize:
cpus: 2
memory: 2048
- name: stromweld/windows-2022
os_type: windows
transport:
name: winrm
elevated: true
elevated_username: vagrant
elevated_password: vagrant
driver:
box_name: windows-2022
customize:
cpus: 2
memory: 2048
suites:
- name: default
run_list:
- recipe[chef-client::default]
verifier:
inspec_tests:
- compliance/profiles/client-run/controls
attributes:
audit:
reporter: 'cli'
# chef:
# filepath: = 'c:\Users\vagrant\AppData\Local\Temp\kitchen\client.pem'