Last active
November 17, 2017 21:24
-
-
Save prachikhadke/a9a169d1c21fa36454b77cc4b44c0faa to your computer and use it in GitHub Desktop.
kitchen yml file
This file contains 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 | |
platforms: | |
- name: centos-7.4 | |
suites: | |
- name: default | |
run_list: | |
- recipe[op-base::deploy] | |
verifier: | |
inspec_tests: | |
- test/integration/default | |
attributes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment