Update MySQL Python interface for salt minion.

The Salt packaging recently changed to their own Python, away from
using the system Python.
This commit is contained in:
Jim Hague 2024-08-22 13:11:08 +01:00
parent 0d2185a673
commit d9b0808871
1 changed files with 2 additions and 3 deletions

View File

@ -10,14 +10,13 @@ mariadb_setup:
- require:
- pkg: debconf-utils
python3-mysqldb:
pkg.installed
PyMySQL:
pip.installed
mariadb-server:
pkg.installed:
- require:
- debconf: mysql-server
- pkg: python3-mysqldb
mariadb:
service.running: