scrap-is-not-scrap/Vagrantfile

6 lines
100 B
Ruby

# -*- mode: ruby -*-
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04"
end