diff --git a/Vagrant/Vagrantfile b/Vagrant/Vagrantfile index 43a9a58..e8329f5 100644 --- a/Vagrant/Vagrantfile +++ b/Vagrant/Vagrantfile @@ -26,7 +26,7 @@ Vagrant.configure("2") do |config| end config.vm.define "dc" do |cfg| - cfg.vm.box = "../Boxes/windows_2016_vmware.box" + cfg.vm.box = "detectionlab/win2016" cfg.vm.hostname = "dc" cfg.vm.boot_timeout = 600 cfg.winrm.transport = :plaintext @@ -79,7 +79,7 @@ Vagrant.configure("2") do |config| end config.vm.define "wef" do |cfg| - cfg.vm.box = "../Boxes/windows_2016_vmware.box" + cfg.vm.box = "detectionlab/win2016" cfg.vm.hostname = "wef" cfg.vm.boot_timeout = 600 cfg.vm.communicator = "winrm"