Skip to content

Instantly share code, notes, and snippets.

@harlanbarnes
Last active August 29, 2015 14:02
Show Gist options
  • Save harlanbarnes/934a765696e562071f9e to your computer and use it in GitHub Desktop.
Save harlanbarnes/934a765696e562071f9e to your computer and use it in GitHub Desktop.
Multi-VM .kitchen.yml
---
driver:
name: vagrant
synced_folders:
- ["./", "/vagrant"]
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
suites:
- name: master
run_list:
- recipe[mysql::master]
attributes:
mysql:
foo: bar
- name: slave
run_list:
- recipe[mysql::slave]
attributes:
mysql:
foo: bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment