Created
February 21, 2015 21:11
-
-
Save awaxa/0b74484dfe634af2a6b3 to your computer and use it in GitHub Desktop.
lab-windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure(2) do |config| | |
config.vm.box = "ferventcoder/win7pro-x64-nocm-lite" | |
config.vm.provider "virtualbox" do |vb| | |
vb.gui = true | |
end | |
config.vm.provider "vmware_fusion" do |v| | |
v.gui = true | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment