From 0a19cbcd552b3fd938ab6ce896c07e0fa7df96d0 Mon Sep 17 00:00:00 2001 From: James Allen <james@sharelatex.com> Date: Mon, 31 Mar 2014 17:36:21 +0100 Subject: [PATCH] Run at the apt cookbook to keep apt up to date --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 0f9f595..f0313e9 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' -- GitLab