crowdsec/test/ansible/vagrant/centos-7/Vagrantfile

9 lines
156 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'centos/7'
end
2022-08-04 09:25:34 +00:00
common = '../common'
load common if File.exist?(common)