From cc3b6d5026112bf141304b75ab35cfd92c95ee4e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 6 Jun 2015 22:26:09 +0300 Subject: [PATCH] Vagrantfile: Update to vivid (15.04) Signed-off-by: Alan Orth --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 82f8290..6c5496a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "ubuntu/trusty64" + config.vm.box = "ubuntu/vivid64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs