crowdsec/tests/ansible/vagrant/oracle-7/Vagrantfile
2022-08-04 11:25:34 +02:00

6 lines
145 B
Ruby

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