diff --git a/Vagrantfile b/Vagrantfile index 0f9f595fcec25c7c488300a361f524e28aac3182..f0313e9ccd649230627807a1bb75499d4a64a75e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,6 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provision :chef_solo do |chef| chef.cookbooks_path = "chef/cookbooks" + chef.add_recipe 'apt' chef.add_recipe 'redis-server' chef.add_recipe 'mongodb' chef.add_recipe 'nodejs'