mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Restrict vagrant-cachier caches to only apt and chef.
This commit is contained in:
parent
d1b5c4353d
commit
57c6deff01
1 changed files with 3 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue