rattail-tutorial/Vagrantfile

9 lines
143 B
Ruby
Raw Normal View History

# -*- mode: ruby; -*-
Vagrant.configure("2") do |config|
# target machine runs Debian 10 "buster"
config.vm.box = "debian/buster64"
end