Changes box to bento/ubuntu-14.04 to support VMWare.
This commit is contained in:
parent
c42a105441
commit
755407c1d3
|
@ -20,7 +20,7 @@ make dev
|
|||
SCRIPT
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.box = "bento/ubuntu-14.04"
|
||||
config.vm.network "private_network", ip: "33.33.30.10"
|
||||
config.vm.provision "shell", inline: $script, privileged: false
|
||||
config.vm.synced_folder ".", "/vagrant", type: "rsync"
|
||||
|
|
Loading…
Reference in New Issue