summaryrefslogtreecommitdiff
path: root/acceptance/trivial/.kitchen.yml
blob: c0f1d782d25b4a425a5d9423ba4ba96661ef952e (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: unstable
    run_list: