This commit is contained in:
chrishutchison9 2018-04-15 14:11:52 -04:00
commit 38afd8fd8a

2
Vagrantfile vendored
View File

@ -38,7 +38,7 @@ Vagrant.configure(2) do |config|
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
config.vm.box = "ubuntu/trusty32"
config.vm.box = "ubuntu/xenial32"
config.vm.hostname = 'isso-dev.local'
config.vm.network "private_network", type: "dhcp"