Skip to content

Commit

Permalink
Related to edestecd#50
Browse files Browse the repository at this point in the history
Patch forced yumrepo dependency chain
  • Loading branch information
Gino McCarty committed Mar 9, 2021
1 parent da3f97a commit c88ef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/yum.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit c88ef96

Please sign in to comment.