Browse Source

Merge pull request #573 from kad/newvb

Vagrantfile: use Ubuntu 16.04 LTS
pull/576/head
Bogdan Dobrelya 8 years ago
committed by GitHub
parent
commit
78ac01add7
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

2
Vagrantfile

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

Loading…
Cancel
Save