Skip to content

Commit

Permalink
Update Vagrant's trusty image URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Feb 25, 2015
1 parent 9d9e701 commit b709baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "trusty64"

config.vm.hostname = "pdal-vagrant"
config.vm.box_url = "https://vagrantcloud.com/ubuntu/trusty64/version/1/provider/virtualbox.box"
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"
config.vm.host_name = "pdal-vagrant"

# Set the bash environment variable PDAL_VAGRANT_SSH_FORWARD_AGENT to any
Expand Down

0 comments on commit b709baa

Please sign in to comment.