Skip to content

Instantly share code, notes, and snippets.

@johnduarte
Created December 8, 2017 19: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 johnduarte/ee42220fc3398841a602c7f65e588fe3 to your computer and use it in GitHub Desktop.
Save johnduarte/ee42220fc3398841a602c7f65e588fe3 to your computer and use it in GitHub Desktop.
Base Ubuntu Trusty Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment