Created
February 11, 2015 16:37
-
-
Save initcron/66cf1fb249430bfe3db8 to your computer and use it in GitHub Desktop.
kitchen.yml after adding new suite
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