Skip to content

Instantly share code, notes, and snippets.

@b20n
Created January 20, 2012 19:31
Show Gist options
  • Save b20n/1649134 to your computer and use it in GitHub Desktop.
Save b20n/1649134 to your computer and use it in GitHub Desktop.
foo bar baz qux
Vagrant::Config.run do |config|
config.vm.box = "lucid64"
config.vm.network :hostonly, "33.33.33.10"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment