Run at the apt cookbook to keep apt up to date

This commit is contained in:
James Allen 2014-03-31 17:36:21 +01:00
parent f5f46af5a5
commit 6e698b0c05

1
Vagrantfile vendored
View file

@ -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'