Skip to content

Instantly share code, notes, and snippets.

@elecnix
Created October 31, 2017 02:22
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 elecnix/c91f20bbee30696fa74aa48d29f0ac51 to your computer and use it in GitHub Desktop.
Save elecnix/c91f20bbee30696fa74aa48d29f0ac51 to your computer and use it in GitHub Desktop.
Beersmith Vagrant
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.ssh.forward_x11 = true
config.vm.provision "shell", path: "https://gist.githubusercontent.com/elecnix/dd31ee274c5e721ce42acd27412ad3f0/raw/dbf9c3fff720c2e8aa768bf8cb264ede37cedfe2/gistfile1.txt"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment