Skip to content

Instantly share code, notes, and snippets.

@mwrock
Created April 30, 2014 04:56
Show Gist options
  • Save mwrock/fe7c9ce8d0bc02af3310 to your computer and use it in GitHub Desktop.
Save mwrock/fe7c9ce8d0bc02af3310 to your computer and use it in GitHub Desktop.
kitchen.yml for pulling an Ubuntu box from Vagrant cloud for Hyper-V
---
driver:
name: vagrant
provider: hyperv
provisioner:
name: chef_solo
platforms:
- name: precise-64
driver:
provider: hyperv
box: hashicorp/precise64
url: https://vagrantcloud.com/hashicorp/precise64
suites:
- name: default
run_list:
- recipe[chocolatey::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment