mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
use ubuntu/trusty64 Official Ubuntu Server 14.04 LTS (Trusty Tahr) build
This commit is contained in:
parent
82de508d72
commit
fbaf2bdc0f
1 changed files with 2 additions and 1 deletions
3
scripts/vagrant/zeppelin-dev/Vagrantfile
vendored
3
scripts/vagrant/zeppelin-dev/Vagrantfile
vendored
|
|
@ -25,7 +25,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
# please see the online documentation at vagrantup.com.
|
||||
|
||||
# Every Vagrant virtual environment requires a box to build off of.
|
||||
config.vm.box = "hashicorp/precise64"
|
||||
# ubuntu/trusty64 Official Ubuntu Server 14.04 LTS (Trusty Tahr) builds
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
|
||||
# Disable automatic box update checking. If you disable this, then
|
||||
# boxes will only be checked for updates when the user runs
|
||||
|
|
|
|||
Loading…
Reference in a new issue