diff --git a/Vagrantfile b/Vagrantfile index e3e640d..2283604 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -49,6 +49,10 @@ Vagrant.configure(2) do |config| config.cache.scope = :machine end + if Vagrant.has_plugin?("vagrant-vbguest") + config.vbguest.auto_update = false + end + CONFIG['address']['compute'].each_with_index do |address, index| name = "compute#{index + 1}" config.vm.define name do |node|