Restore Vagrantfile

This commit is contained in:
wchen-r7 2017-04-05 16:03:00 -05:00
parent ab5a2ae9d3
commit d3dd4e00c3
1 changed files with 8 additions and 8 deletions

16
Vagrantfile vendored
View File

@ -154,15 +154,15 @@ Vagrant.configure("2") do |config|
}
}
#chef.add_recipe "metasploitable::mysql"
#chef.add_recipe "metasploitable::apache_continuum"
#chef.add_recipe "metasploitable::apache"
#chef.add_recipe "metasploitable::php_545"
#chef.add_recipe "metasploitable::phpmyadmin"
#chef.add_recipe "metasploitable::proftpd"
#chef.add_recipe "metasploitable::users"
chef.add_recipe "metasploitable::mysql"
chef.add_recipe "metasploitable::apache_continuum"
chef.add_recipe "metasploitable::apache"
chef.add_recipe "metasploitable::php_545"
chef.add_recipe "metasploitable::phpmyadmin"
chef.add_recipe "metasploitable::proftpd"
chef.add_recipe "metasploitable::users"
chef.add_recipe "metasploitable::sinatra"
#chef.add_recipe "metasploitable::docker"
chef.add_recipe "metasploitable::docker"
end
end
end