mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
294 B
294 B
Add missing MariaDB Grants to mysql module.
MariaDB has added some grants in 10.4.x and 10.5.x that are not present here, which results in an error when creating.
Also improved exception handling in grant_add
which did not log the original error message and replaced it with a generic error.