Skip to content

Instantly share code, notes, and snippets.

@initcron
Created February 11, 2015 16:37
Show Gist options
  • Select an option

  • Save initcron/66cf1fb249430bfe3db8 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/66cf1fb249430bfe3db8 to your computer and use it in GitHub Desktop.
kitchen.yml after adding new suite
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
- name: centos-6.4
suites:
- name: default
run_list:
- recipe[git::default]
attributes:
- name: server
run_list:
- recipe[git::server]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment