Merge pull request #573 from kad/newvb

Vagrantfile: use Ubuntu 16.04 LTS
This commit is contained in:
Bogdan Dobrelya 2016-11-01 11:37:34 +01:00 committed by GitHub
commit 78ac01add7

2
Vagrantfile vendored
View file

@ -16,7 +16,7 @@ $vm_cpus = 1
$shared_folders = {}
$forwarded_ports = {}
$subnet = "172.17.8"
$box = "bento/ubuntu-14.04"
$box = "bento/ubuntu-16.04"
host_vars = {}