diff --git a/manifests/repo/yum.pp b/manifests/repo/yum.pp index 7f49986..4cd0a2f 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 }