Created
April 9, 2014 05:15
-
-
Save initcron/10228110 to your computer and use it in GitHub Desktop.
kitchen.yml after adding a test suite for git server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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