Skip to content

Instantly share code, notes, and snippets.

@prachikhadke
Last active November 17, 2017 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prachikhadke/a9a169d1c21fa36454b77cc4b44c0faa to your computer and use it in GitHub Desktop.
Save prachikhadke/a9a169d1c21fa36454b77cc4b44c0faa to your computer and use it in GitHub Desktop.
kitchen yml file
---
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