mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 20:38:28 +00:00
Run at the apt cookbook to keep apt up to date
This commit is contained in:
parent
e4be5b4feb
commit
2c2df0bf9a
1 changed files with 1 additions and 0 deletions
1
server-ce/Vagrantfile
vendored
1
server-ce/Vagrantfile
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue