Skip to content

Commit

Permalink
enhance: add opensuse leap 15 vagrant (#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Nov 13, 2024
1 parent dd52e13 commit 4be84b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/ansible/vagrant/opensuse-leap-15/Vagrantfile
Original file line number Diff line number Diff line change
@@ -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 changes: 9 additions & 0 deletions test/ansible/vagrant/opensuse-leap-15/skip
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

die() {
echo "$@" >&2
exit 1
}

[ "${DB_BACKEND}" = "mysql" ] && die "mysql role does not support this distribution"
exit 0

0 comments on commit 4be84b8

Please sign in to comment.