This commit is contained in:
sabban 2024-01-22 15:39:56 +01:00
parent 5beed41288
commit c7f5af6957

View file

@ -0,0 +1,10 @@
# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = "fedora/39-cloud-base"
config.vm.provision "shell", inline: <<-SHELL
SHELL
end
common = '../common'
load common if File.exist?(common)