Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created July 1, 2014 15:48
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 awaxa/397c68eaea21c2d5860c to your computer and use it in GitHub Desktop.
Save awaxa/397c68eaea21c2d5860c to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure('2') do |config|
config.vm.provider :digital_ocean do |provider, override|
provider.image = 'Ubuntu 14.04 x64'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment