Don't force Vagrant::DEFAULT_SERVER_URL (doesn't work with recent Vagrant version)

This commit is contained in:
Victor LABORIE 2020-02-10 15:12:30 +01:00
parent b3dcc3ac13
commit a45a130e60
1 changed files with 0 additions and 2 deletions

2
Vagrantfile vendored
View File

@ -1,8 +1,6 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com')
# Load ~/.VagrantFile if exist, permit local config provider
vagrantfile = File.join("#{Dir.home}", '.VagrantFile')
load File.expand_path(vagrantfile) if File.exists?(vagrantfile)