update to Ubuntu 18.04 (Bionic)
This commit is contained in:
parent
ad6047ec76
commit
d6beed1fcf
4
imperialspeculate/Vagrantfile
vendored
4
imperialspeculate/Vagrantfile
vendored
|
@ -20,13 +20,13 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.define "ubuntu3" do |ubuntu3|
|
config.vm.define "ubuntu3" do |ubuntu3|
|
||||||
ubuntu3.vm.box = "ubuntu/xenial64"
|
ubuntu3.vm.box = "ubuntu/bionic64"
|
||||||
ubuntu3.vm.hostname = "ubuntu3"
|
ubuntu3.vm.hostname = "ubuntu3"
|
||||||
ubuntu3.vm.network "private_network", ip: "192.168.33.130"
|
ubuntu3.vm.network "private_network", ip: "192.168.33.130"
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.define "ubuntu4" do |ubuntu4|
|
config.vm.define "ubuntu4" do |ubuntu4|
|
||||||
ubuntu4.vm.box = "ubuntu/xenial64"
|
ubuntu4.vm.box = "ubuntu/bionic64"
|
||||||
ubuntu4.vm.hostname = "ubuntu4"
|
ubuntu4.vm.hostname = "ubuntu4"
|
||||||
ubuntu4.vm.network "private_network", ip: "192.168.33.140"
|
ubuntu4.vm.network "private_network", ip: "192.168.33.140"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue