Skip to content

Commit

Permalink
Target ubuntu 12.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tomafro committed Dec 11, 2012
1 parent 991fcfa commit 66b3a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -7,11 +7,11 @@ Vagrant::Config.run do |config|
# please see the online documentation at vagrantup.com.

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

# 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/lucid64.box"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"

# Boot with a GUI so you can see the screen. (Default is headless)
# config.vm.boot_mode = :gui
Expand Down

0 comments on commit 66b3a94

Please sign in to comment.