Accidentally dropped some recipes

This commit is contained in:
James Barnett 2017-07-13 12:57:31 -05:00
parent 55b0cbf763
commit 05d00a9373
1 changed files with 6 additions and 0 deletions

6
Vagrantfile vendored
View File

@ -51,6 +51,12 @@ 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::docker"
chef.add_recipe "metasploitable::samba"