Skip to content

Instantly share code, notes, and snippets.

@otzoran
Last active October 9, 2018 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save otzoran/8717896 to your computer and use it in GitHub Desktop.
Save otzoran/8717896 to your computer and use it in GitHub Desktop.
Vagrant
## Vagrantfile
config.vm.provider :virtualbox do |vb|
# start windowed (default is headless)
vb.gui = true
vb.customize [ "modifyvm", :id, "--memory", "512"]
vb.name = "#{NAME}"
end
@otzoran
Copy link
Author

otzoran commented Feb 12, 2014

the name 'vagrant-snippet.rb' has '.rb' just to get syntax highlighting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment