This commit is contained in:
wchen-r7 2017-03-31 17:17:09 -05:00
parent 1b21911005
commit 2642ae3146
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -11,7 +11,7 @@ Vagrant.configure("2") do |config|
win2k8.vm.network "private_network", type: "dhcp"
# Install Chocolatey
#config.vm.provision :shell, path: "scripts/installs/chocolatey.cmd"
config.vm.provision :shell, path: "scripts/installs/chocolatey.cmd"
config.vm.provision :reload # Hack to reset environment variables
# Install BoxStarter