diff --git a/Vagrantfile b/Vagrantfile index 2592626..e2d1b2b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,9 @@ # -*- mode: ruby -*- # vi: set ft=ruby : +# fix for a Vagrant bug: https://github.com/hashicorp/vagrant/issues/9442 +Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') + Vagrant.configure("2") do |config| config.vm.box = "centos/7"