chiark / gitweb /
Restrict vagrant-cachier caches to only apt and chef.
authorPatrick Connolly <patrick.c.connolly@gmail.com>
Tue, 9 Sep 2014 15:38:22 +0000 (12:38 -0300)
committerPatrick Connolly <patrick.c.connolly@gmail.com>
Tue, 9 Sep 2014 15:38:26 +0000 (12:38 -0300)
makebuildserver

index 95cd414461741d190c5d1131f743a775d36dbaf9..1c9ef248ae97bb9657878fa5e76619d0baaa4fc0 100755 (executable)
@@ -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}"