Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Last active December 17, 2015 15:09
Show Gist options
  • Save atomic-penguin/5629656 to your computer and use it in GitHub Desktop.
Save atomic-penguin/5629656 to your computer and use it in GitHub Desktop.
---
driver_plugin: vagrant
driver_config:
destroy: never
parallel: true
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: ["recipe[bind]"]
attributes: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment