Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created August 8, 2012 02:54
Show Gist options
  • Save aussielunix/3291628 to your computer and use it in GitHub Desktop.
Save aussielunix/3291628 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "lucid64"
config.vm.box_url = "http://files.vagrantup.com/lucid64.box"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment