crowdsec/tests/ansible/vagrant/alma-9/Vagrantfile

7 lines
143 B
Ruby
Raw Normal View History

2022-07-29 08:34:03 +00:00
Vagrant.configure("2") do |config|
config.vm.box = "generic/alma9"
end
2022-08-04 09:25:34 +00:00
common = '../Vagrantfile.common'
load common if File.exists?(common)