Skip to content

Commit

Permalink
force Vagrant to use the "new" API URL
Browse files Browse the repository at this point in the history
It seems Vagrant has introduced a new API and their proprietary client
does use that by default now, so they turned off the old one (or the
redirect, I really have no idea what was there last week).

Just setting the new URL (which I found out by using `vagrant --debug`)
as the server URL works for now, so let's do that, and at least unblock
nightlies.
  • Loading branch information
evgeni authored and ekohl committed Jan 13, 2025
1 parent e7a0f21 commit 55674b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

ENV['LANG'] = 'en_US.UTF-8'
ENV['LC_ALL'] = 'en_US.UTF-8'
ENV['VAGRANT_SERVER_URL'] ||= 'https://vagrantcloud.com/api/v2/vagrant'
VAGRANTFILE_DIR = File.dirname(__FILE__)

require "#{VAGRANTFILE_DIR}/vagrant/lib/forklift"
Expand Down

0 comments on commit 55674b7

Please sign in to comment.