Skip to content

Instantly share code, notes, and snippets.

@cp16net
Last active December 17, 2015 02:48
Show Gist options
  • Save cp16net/5538245 to your computer and use it in GitHub Desktop.
Save cp16net/5538245 to your computer and use it in GitHub Desktop.
Simple Vagrantfile for precise64.
Vagrant.configure("2") do |config|
config.vm.box = "precise64"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment