Skip to content

Instantly share code, notes, and snippets.

@sahibalejandro
Created June 21, 2014 06:21
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 sahibalejandro/109066235d38d1ba28a3 to your computer and use it in GitHub Desktop.
Save sahibalejandro/109066235d38d1ba28a3 to your computer and use it in GitHub Desktop.
Vagrant default configuration
config.vm.box = "hashicorp/precise64"
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.provision "shell", path: "vagrant-provision.sh"
config.vm.hostname = "vagrant"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment