crowdsec/test/ansible/vagrant/ubuntu-16.04-xenial/Vagrantfile

9 lines
166 B
Ruby
Raw Normal View History

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