use ubuntu/trusty64 Official Ubuntu Server 14.04 LTS (Trusty Tahr) build

This commit is contained in:
Jeff Steinmetz 2015-12-23 09:58:31 -08:00
parent 82de508d72
commit fbaf2bdc0f

View file

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