We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e4cb5 + 0bf1fbe commit df1c0edCopy full SHA for df1c0ed
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