Created
January 9, 2017 16:37
-
-
Save discentem/e582c6684bfe080b8e36f7a75ae9267c to your computer and use it in GitHub Desktop.
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_zero | |
verifier: | |
name: inspec | |
sudo: true | |
format: doc | |
platforms: | |
- name: macos-10.12 | |
driver: | |
provider: vmware_fusion | |
vm_hostname: wintern-test-kitchen | |
gui: true | |
customize: | |
memory: 4096 | |
cpus: 2 | |
provision: true | |
ssh: | |
insert_key: false | |
suites: | |
- name: wintern | |
run_list: | |
- recipe[cpe_init::default] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment