Vagrant.configure("2") do |config| config.vm.box = "debian/bullseye64" end common = '../Vagrantfile.common' load common if File.exists?(common)