Revert Vagrantfile changes
This commit is contained in:
		
							
								
								
									
										4
									
								
								Vagrant/Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Vagrant/Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chris Long
					Chris Long