Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created April 19, 2013 18:11
Show Gist options
  • Save tsabat/5422116 to your computer and use it in GitHub Desktop.
Save tsabat/5422116 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "12_10"
config.vm.box_url = "http://goo.gl/wxdwM"
config.vm.network :hostonly, "33.33.33.10"
config.vm.customize ["modifyvm", :id, "--memory", 2048]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment