From 00ad52afa5f76cf5c48e7b91fb11c6637529fec9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 27 Nov 2015 07:34:39 +0100 Subject: Now using Wily server for Vagrant. --- vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant') diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 3fec477f..ad1d874d 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "Just Another RSS Reader" - config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/utopic/current/utopic-server-cloudimg-amd64-vagrant-disk1.box" + config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/wily/current/wily-server-cloudimg-amd64-vagrant-disk1.box" config.vm.provision :shell, path: "bootstrap.sh" # Disable automatic box update checking. If you disable this, then -- cgit