1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

Restrict vagrant-cachier caches to only apt and chef.

This commit is contained in:
Patrick Connolly 2014-09-09 12:38:22 -03:00
parent d1b5c4353d
commit 57c6deff01

View File

@ -148,6 +148,9 @@ Vagrant::Config.run do |config|
if Vagrant.has_plugin?("vagrant-cachier")
config.cache.scope = :box
config.cache.auto_detect = false
config.cache.enable :apt
config.cache.enable :chef
end
config.vm.box = "{0}"