From: Patrick Connolly Date: Tue, 9 Sep 2014 15:38:22 +0000 (-0300) Subject: Restrict vagrant-cachier caches to only apt and chef. X-Git-Tag: 0.5.0~180^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=57c6deff01156a3674d541d6c6a1f7efd18ee9b7;p=fdroidserver.git Restrict vagrant-cachier caches to only apt and chef. --- diff --git a/makebuildserver b/makebuildserver index 95cd4144..1c9ef248 100755 --- a/makebuildserver +++ b/makebuildserver @@ -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}"