Skip to content

Instantly share code, notes, and snippets.

@initcron
Created April 9, 2014 05:15
Show Gist options
  • Save initcron/10228110 to your computer and use it in GitHub Desktop.
Save initcron/10228110 to your computer and use it in GitHub Desktop.
kitchen.yml after adding a test suite for git server
---
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