Skip to content

Instantly share code, notes, and snippets.

@teknofire
Created November 8, 2017 21:33
Show Gist options
  • Save teknofire/33e6f12da37b2125824c0e3c937f07c8 to your computer and use it in GitHub Desktop.
Save teknofire/33e6f12da37b2125824c0e3c937f07c8 to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
gui: false
provisioner:
name: chef_zero
verifier:
name: inspec
transport:
name: winrm
elevated: true
username: vagrant
password: vagrant
platforms:
- name: 2012r2
driver:
box: 2012r2
transport:
name: winrm
suites:
- name: default
run_list:
- recipe[vagrant_windows_test::default]
verifier:
inspec_tests:
- test/smoke/default
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment