Skip to content

Commit

Permalink
Fixes virtualbox name not matching downloaded box (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Musashi178 authored Nov 12, 2021
1 parent fc9cfd5 commit 3750920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Vagrant.configure(VAGRANT_FILE_API_VERSION) do |config|
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
v.customize ["modifyvm", :id, "--usb", "off"]
v.customize ["modifyvm", :id, "--vram", "32"]
override.vm.box = "OctopusDeploy/dsc-test-server-windows-server-1909"
override.vm.box = "OctopusDeploy/dsc-test-server-windows-server-20H2"
override.vm.box_url = "https://s3-ap-southeast-2.amazonaws.com/octopus-vagrant-boxes/vagrant/json/OctopusDeploy/virtualbox/dsc-test-server-windows-server-20H2.json"
override.vm.network :forwarded_port, guest: 5985, host: 5985, id: "winrm", auto_correct: true
override.vm.network :forwarded_port, guest: 80, host: 8000, id: "web"
Expand Down

0 comments on commit 3750920

Please sign in to comment.