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}"