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:
parent
0d2185a673
commit
d9b0808871
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue