Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from hardyoyo/update-base-image-to-trusty
Browse files Browse the repository at this point in the history
updated base image from Ubuntu Precise 64 to Ubuntu Trusty 64
  • Loading branch information
Hardy Pottinger committed Jan 29, 2015
2 parents ad64ef5 + 7a9e6cf commit a16a614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
Vagrant.configure("2") do |config|

# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "precise64"
config.vm.box = "trusty64"

# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"

# Turn on SSH forwarding (so that 'vagrant ssh' has access to your local SSH keys, and you can use your local SSH keys to access GitHub, etc.)
config.ssh.forward_agent = true
Expand Down

0 comments on commit a16a614

Please sign in to comment.