mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
Changed vagrant box
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -2,7 +2,7 @@
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "chef/ubuntu-14.04"
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.hostname = "webvirtcloud"
|
||||
config.vm.network "private_network", ip: "192.168.33.10"
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
|
||||
Reference in New Issue
Block a user