Skip to content
Snippets Groups Projects
Commit 0a19cbcd authored by James Allen's avatar James Allen
Browse files

Run at the apt cookbook to keep apt up to date

parent bc9c58fe
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment