1
0
Fork 0

Move Vagrant box to ubuntu/xenial64

master
Philip O'Toole 8 years ago committed by GitHub
parent 167b75207d
commit 2d7b31d327

2
Vagrantfile vendored

@ -4,7 +4,7 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.box = "ubuntu/xenial64"
config.vm.define "rqlite" do |rqlite|
config.vm.network "private_network", ip: "192.168.200.10"

Loading…
Cancel
Save