We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0d1cb commit 0bf1fbeCopy full SHA for 0bf1fbe
1 file changed
Vagrantfile
@@ -29,6 +29,10 @@ Vagrant.configure("2") do |config|
29
if Vagrant.has_plugin?("vagrant-vbguest") then
30
config.vbguest.auto_update = false
31
end
32
+ #plugin conflict
33
+ if Vagrant.has_plugin?("vagrant-cachier") then
34
+ config.cache.disable!
35
+ end
36
37
(1..DEIS_NUM_INSTANCES).each do |i|
38
config.vm.define vm_name = "deis-#{i}" do |config|
0 commit comments