Sha256: f70fd73ad8292f3fae45b64af4eb739b81a0992ea6b454467c6be1be28af51b2

Contents?: true

Size: 921 Bytes

Versions: 3

Compression:

Stored size: 921 Bytes

Contents

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

provisioner:
  name: chef_zero
  product_name: chef
  product_version: latest
  channel: current

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-7-professional
  #   provisioner:
  #     name: windows_chef_zero
  #     require_chef_omnibus: 11.12.4
  #   driver:
  #     box: chef/windows-7-professional # private

suites:
  - name: mixlib-install-chef
    provisioner:
      product_name: chef
      product_version: latest
      channel: current
    run_list:
  # - name: mixlib-install-chefdk
  #   provisioner:
  #     product_name: chefdk
  #     product_version: latest
  #     channel: current
  #   run_list:

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mixlib-install-0.8.0.alpha.2 acceptance/current/.kitchen.yml
mixlib-install-0.8.0.alpha.1 acceptance/current/.kitchen.yml
mixlib-install-0.8.0.alpha.0 acceptance/current/.kitchen.yml