Skip to content

Instantly share code, notes, and snippets.

Created April 28, 2017 09:53
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 anonymous/578279337caf180298cd91c61be995bc to your computer and use it in GitHub Desktop.
Save anonymous/578279337caf180298cd91c61be995bc to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# This file is provided for testing this layer - it doesn't really do
# very much!
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provision :shell, inline: "echo provisioned"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment