forked from chef-boneyard/windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
48 lines (44 loc) · 942 Bytes
/
.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
---
driver:
name: vagrant
customize:
cpus: 2
memory: 4096
provisioner:
name: chef_zero
verifier:
name: pester
platforms:
- name: windows-8.1-chef11.10.4
driver_config:
box: windows-8.1
provisioner:
require_chef_omnibus: 11.10.4
- name: windows-8.1-chef11.16.4
driver_config:
box: windows-8.1
provisioner:
require_chef_omnibus: 11.16.4
- name: windows-8.1-chef12
driver_config:
box: windows-8.1
provisioner:
require_chef_omnibus: 12
- name: windows-2012r2-chef12
driver_config:
box: windows-2012r2
provisioner:
require_chef_omnibus: 12
suites:
- name: tasks
run_list:
- recipe[windows::default]
- recipe[minimal::tasks]
- name: path
run_list:
- recipe[windows::default]
- recipe[minimal::path]
- name: certificate
run_list:
- recipe[windows::default]
- recipe[minimal::certificate]