blob: 4f269f9aa9d95eb78e8266b946ca398659221238 (
plain)
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
|
driver:
name: vagrant
forward_agent: yes
customize:
cpus: 2
memory: 1024
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: windows-server-2012r2-standard
driver:
box: chef/windows-server-2012r2-standard # private
run_list:
suites:
- name: chef-windows-service
provisioner:
product_name: chef
product_version: latest
channel: current
run_list:
|