crowdsec/tests/ansible/vagrant/centos-9/Vagrantfile
2022-07-29 10:34:03 +02:00

7 lines
146 B
Ruby

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