Sha256: 317b0922ed21a87722af4adbad7cfc55af5668cab8bc3f11e3bc49d4f6a6b8b2

Contents?: true

Size: 868 Bytes

Versions: 4

Compression:

Stored size: 868 Bytes

Contents

---
driver_plugin: <%= config[:driver_plugin] %>
driver_config:
  require_chef_omnibus: true

platforms:
- name: ubuntu-12.04
  driver_config:
    box: opscode-ubuntu-12.04
    box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
- name: ubuntu-10.04
  driver_config:
    box: opscode-ubuntu-10.04
    box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
- name: centos-6.4
  driver_config:
    box: opscode-centos-6.4
    box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
- name: centos-5.9
  driver_config:
    box: opscode-centos-5.9
    box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box

suites:
- name: default
  run_list: <%= config[:run_list].inspect %>
  attributes: {}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
test-kitchen-1.0.0.beta.4 templates/init/kitchen.yml.erb
test-kitchen-1.0.0.beta.3 templates/init/kitchen.yml.erb
test-kitchen-1.0.0.beta.2 templates/init/kitchen.yml.erb
test-kitchen-1.0.0.beta.1 templates/init/kitchen.yml.erb