Skip to content

Instantly share code, notes, and snippets.

@jordanbrock
Created April 17, 2012 09:18
Show Gist options
  • Save jordanbrock/2404819 to your computer and use it in GitHub Desktop.
Save jordanbrock/2404819 to your computer and use it in GitHub Desktop.
Base Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "lucid32"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment