Vagrant.configure("2") do |config| # we will try to autodetect this path. # However, if we cannot or you have a special one you may pass it like: # config.vbguest.iso_path = "#{ENV['HOME']}/Downloads/VBoxGuestAdditions.iso" # or an URL: # config.vbguest.iso_path = "http://company.server/VirtualBox/%{version}/VBoxGuestAdditions.iso" # or relative to the Vagrantfile: # config.vbguest.iso_path = "../

