Skip to content

Instantly share code, notes, and snippets.

@mattstratton
Created July 8, 2014 16:18
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 mattstratton/d833aa60e12b857cf77a to your computer and use it in GitHub Desktop.
Save mattstratton/d833aa60e12b857cf77a to your computer and use it in GitHub Desktop.
kitchen yaml for testing the windoze
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: windows-2012r2
driver_config:
box: win2012r2-standard-cheflatest
guest: :windows
suites:
- name: default
run_list:
- recipe[tk-hacking::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment