crowdsec/tests/ansible/vagrant/oracle-8/Vagrantfile

7 lines
145 B
Ruby

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