Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created September 23, 2012 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smerrill/0509301bb7c62e523b49 to your computer and use it in GitHub Desktop.
Save smerrill/0509301bb7c62e523b49 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
#config.vm.network :hostonly, "172.31.31.31"
config.vm.forward_port 22, 22231
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment