Vagrantfile: Update to vivid (15.04)

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-06-06 22:26:09 +03:00
parent 16a0bb9086
commit cc3b6d5026
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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