Skip to content

Instantly share code, notes, and snippets.

@tsabat
Last active December 15, 2015 07:19
Show Gist options
  • Save tsabat/5222572 to your computer and use it in GitHub Desktop.
Save tsabat/5222572 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
config.vm.box = "doula"
config.vm.box_url = "http://chef/doula.box"
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