Skip to content

Commit

Permalink
fix for a Vagrant bug: hashicorp/vagrant#9442
Browse files Browse the repository at this point in the history
	modified:   Vagrantfile
  • Loading branch information
ttarczynski committed Feb 19, 2018
1 parent 86c3313 commit 86cb627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 86cb627

Please sign in to comment.