From 25ccd6c3fd6c2504f49cb01f4936900e72b3903e Mon Sep 17 00:00:00 2001 From: Retspen Date: Wed, 22 Apr 2015 22:56:21 +0300 Subject: [PATCH] Changed vagrant box --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index d1a855c..0564127 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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