Sha256: bf2e793c7c5d8693986d503d750909f07cb0b6db715da1c2e567dfc25d085d74

Contents?: true

Size: 789 Bytes

Versions: 4

Compression:

Stored size: 789 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-unstable-install
    provisioner:
      product_name: chef
      product_version: latest
      channel: unstable
    run_list:
  - name: chefdk-unstable-install
    excludes: [ 'freebsd-10.0' ]
    provisioner:
      product_name: chefdk
      product_version: latest
      channel: unstable
    run_list:

Version data entries

4 entries across 4 versions & 1 rubygems

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