Sha256: 611d2ef0b58dd7321bd94ed4afa2bd08d3a38c06af216e57dca992c5f449de63

Contents?: true

Size: 785 Bytes

Versions: 4

Compression:

Stored size: 785 Bytes

Contents

driver:
  name: vagrant
  forward_agent: yes
  customize:
    cpus: 2
    memory: 1024

provisioner:
  name: chef_zero

platforms:
  - name: centos-6.5
    run_list:
  - name: debian-7.4
    run_list:
  - name: freebsd-10.0
    run_list:
  - name: ubuntu-14.04
    run_list:
  - name: macosx-10.10
    driver:
      box: chef/macosx-10.10 # private
  - 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:
  - name: chefdk-current-install
    excludes: [ 'freebsd-10.0' ]
    provisioner:
      product_name: chefdk
      product_version: latest
      channel: current
    run_list:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mixlib-install-0.8.0.alpha.6 acceptance/current/.kitchen.yml
mixlib-install-0.8.0.alpha.5 acceptance/current/.kitchen.yml
mixlib-install-0.8.0.alpha.4 acceptance/current/.kitchen.yml
mixlib-install-0.8.0.alpha.3 acceptance/current/.kitchen.yml