Sha256: 7dcb45620b97fd806ddf8ebcb41cecf886430b71244ea234401f9f4050a62aee

Contents?: true

Size: 836 Bytes

Versions: 4

Compression:

Stored size: 836 Bytes

Contents

---
driver_plugin: <%= config[:driver_plugin] %>

platforms:
- name: ubuntu-12.04
  driver_config:
    box: canonical-ubuntu-12.04
    box_url: http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
    require_chef_omnibus: true
- name: ubuntu-10.04
  driver_config:
    box: opscode-ubuntu-10.04
    box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box
- name: centos-6.3
  driver_config:
    box: opscode-centos-6.3
    box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.3_chef-11.2.0.box
- name: centos-5.8
  driver_config:
    box: opscode-centos-5.8
    box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.8_chef-11.2.0.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.alpha.6 templates/init/kitchen.yml.erb
test-kitchen-1.0.0.alpha.5 templates/init/kitchen.yml.erb
test-kitchen-1.0.0.alpha.4 templates/init/kitchen.yml.erb
test-kitchen-1.0.0.alpha.3 templates/plugin/kitchen.yml.erb