Skip to content

Commit

Permalink
Added GUI to Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 1, 2015
1 parent d91c08c commit ed62079
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions development/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.communicator = "winrm"
config.vm.network :forwarded_port, guest: 5985, host: 5985, id: "winrm", auto_correct: true

config.vm.provider "virtualbox" do |v|
v.gui = true
end

# Run Windows Domain Provisioner
config.vm.provision :windows_domain do |domain|

Expand Down

0 comments on commit ed62079

Please sign in to comment.