forked from sous-chefs/powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
44 lines (40 loc) · 835 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
---
driver:
forward_agent: yes
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
provisioner:
name: chef_zero
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.12.4
driver_config:
box: windows-8.1
provisioner:
require_chef_omnibus: 11.12.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: true
suites:
- name: default
run_list:
- recipe[minimal::default]
- name: powershell5
run_list:
- recipe[powershell::powershell5]
attributes: