Skip to content

Commit

Permalink
vagrant: Switch VM box to the Hashicorp release.
Browse files Browse the repository at this point in the history
This is important because the Hashicorp boxes are better designed, and
in particular, https://www.vagrantup.com/docs/boxes.html recommends
using the hashicorp boxes over the "ubuntu" namespace.
  • Loading branch information
kadrianne authored and timabbott committed Jun 22, 2020
1 parent 28b6af5 commit e0dc006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end

config.vm.provider "virtualbox" do |vb, override|
override.vm.box = "ubuntu/bionic64"
override.vm.box = "hashicorp/bionic64"
# An unnecessary log file gets generated when running vagrant up for the
# first time with the Ubuntu Bionic box. This looks like it is being
# caused upstream by the base box containing a Vagrantfile with a similar
Expand Down

0 comments on commit e0dc006

Please sign in to comment.