From 4cf83abd7e94e0f25cfec8f50a72294fae3fed71 Mon Sep 17 00:00:00 2001 From: Gino McCarty Date: Tue, 9 Mar 2021 11:42:49 -0800 Subject: [PATCH] Related to https://github.com/edestecd/puppet-mariadb/issues/50 Patch forced yumrepo dependency chain --- manifests/repo/yum.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repo/yum.pp b/manifests/repo/yum.pp index 7f49986..94eb6aa 100644 --- a/manifests/repo/yum.pp +++ b/manifests/repo/yum.pp @@ -15,6 +15,6 @@ gpgkey => 'https://yum.mariadb.org/RPM-GPG-KEY-MariaDB', } # lint:ignore:spaceship_operator_without_tag - Yumrepo['mariadb'] -> Package<| |> + Yumrepo['mariadb'] -> Package<| name == 'mysql-server' |> # lint:endignore }