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