1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 15:45:23 +00:00

Changed vagrant box

This commit is contained in:
Retspen 2015-04-22 22:56:21 +03:00
parent 57c1d20874
commit 25ccd6c3fd

2
Vagrantfile vendored
View file

@ -2,7 +2,7 @@
# vi: set ft=ruby : # vi: set ft=ruby :
Vagrant.configure(2) do |config| Vagrant.configure(2) do |config|
config.vm.box = "chef/ubuntu-14.04" config.vm.box = "ubuntu/trusty64"
config.vm.hostname = "webvirtcloud" config.vm.hostname = "webvirtcloud"
config.vm.network "private_network", ip: "192.168.33.10" config.vm.network "private_network", ip: "192.168.33.10"
config.vm.provision "shell", inline: <<-SHELL config.vm.provision "shell", inline: <<-SHELL