Merge pull request #115 from Kaezon/new-distro-vagrant

New distro vagrant
This commit is contained in:
Brett Costabile 2015-12-01 19:52:32 -05:00
commit 44b88b8b0f

2
vagrant/Vagrantfile vendored
View File

@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# options are documented and commented below. For a complete reference, # options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com. # please see the online documentation at vagrantup.com.
config.vm.box = "ubuntu/precise32" config.vm.box = "hashicorp/precise64"
# Note: if it complains about guest extension versions, you can manually install them # Note: if it complains about guest extension versions, you can manually install them
# because each VirtualBox installation has the capability of mounting an ISO virtual # because each VirtualBox installation has the capability of mounting an ISO virtual