Skip to content

Commit

Permalink
Run at the apt cookbook to keep apt up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
James Allen committed Apr 1, 2014
1 parent f5f46af commit 6e698b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6e698b0

Please sign in to comment.