Skip to content

Instantly share code, notes, and snippets.

@mattstratton
Last active August 29, 2015 13:56
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/9095916 to your computer and use it in GitHub Desktop.
Save mattstratton/9095916 to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: win2k8r2
driver:
box: vagrant-win2k8r2
box_url: https://dl.dropboxusercontent.com/u/2105139/vagrant/*****.box
boot_timeout: 120
port: 5985
guest: :windows
network:
- ["forwarded_port", {guest: 5985, host: 5985}]
- ["forwarded_port", {guest: 3389, host: 3389}]
- ["private_network", {ip: "33.33.33.10"}]
suites:
- name: default
run_list:
- recipe[git::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment