Land #300, Update Vagrantfile

This commit is contained in:
Jeffrey Martin 2018-07-03 00:03:26 -05:00
commit 343786355b
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -29,7 +29,7 @@ Vagrant.configure("2") do |config|
# Configure Firewall to open up vulnerable services
case ENV['MS3_DIFFICULTY']
when 'easy'
config.vm.provision :shell, path: "scripts/configs/disable_firewall.bat"
win2k8.vm.provision :shell, path: "scripts/configs/disable_firewall.bat"
else
win2k8.vm.provision :shell, path: "scripts/configs/enable_firewall.bat"
win2k8.vm.provision :shell, path: "scripts/configs/configure_firewall.bat"