diff --git a/Vagrantfile b/Vagrantfile index 8981263..bc99435 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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