Update Vagrantfile

Fixed a call to call to config.vm.provision instead of win2k8.vm.provision
This commit is contained in:
Martin407 2018-06-14 17:10:47 -05:00 committed by GitHub
parent 57dad47c56
commit d1b2e72d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"