mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
enhance: add opensuse leap 15 vagrant (#3329)
This commit is contained in:
parent
dd52e137ee
commit
4be84b8a0a
2 changed files with 19 additions and 0 deletions
10
test/ansible/vagrant/opensuse-leap-15/Vagrantfile
vendored
Normal file
10
test/ansible/vagrant/opensuse-leap-15/Vagrantfile
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Vagrant.configure('2') do |config|
|
||||
config.vm.box = "opensuse/Leap-15.6.x86_64"
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
SHELL
|
||||
end
|
||||
|
||||
common = '../common'
|
||||
load common if File.exist?(common)
|
9
test/ansible/vagrant/opensuse-leap-15/skip
Normal file
9
test/ansible/vagrant/opensuse-leap-15/skip
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
die() {
|
||||
echo "$@" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
[ "${DB_BACKEND}" = "mysql" ] && die "mysql role does not support this distribution"
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue