Skip to content

Commit

Permalink
Remove Packer Port Forwarding
Browse files Browse the repository at this point in the history
Removes port forwarding from Win2016 template
  • Loading branch information
clong committed Jul 18, 2019
1 parent 926a1ab commit 6a9474b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Packer/vagrantfile-windows_2016.template
Expand Up @@ -15,9 +15,6 @@ Vagrant.configure("2") do |config|
config.vm.guest = :windows config.vm.guest = :windows
config.windows.halt_timeout = 15 config.windows.halt_timeout = 15


config.vm.network :forwarded_port, guest: 3389, host: 3389, id: "rdp", auto_correct: true
config.vm.network :forwarded_port, guest: 22, host: 2222, id: "ssh", auto_correct: true

config.vm.provider :virtualbox do |v, override| config.vm.provider :virtualbox do |v, override|
#v.gui = true #v.gui = true
v.customize ["modifyvm", :id, "--memory", 2048] v.customize ["modifyvm", :id, "--memory", 2048]
Expand Down

0 comments on commit 6a9474b

Please sign in to comment.