mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
fix(osfamilymap.yaml): update SUSE defaults
* there is no python2 in last stable releases and socket was moved as well
This commit is contained in:
parent
52384ffab2
commit
8ee79a7bb0
1 changed files with 2 additions and 2 deletions
|
@ -55,13 +55,13 @@ RedHat:
|
|||
Suse:
|
||||
serverpkg: mariadb
|
||||
clientpkg: mariadb-client
|
||||
pythonpkg: python2-pymysql
|
||||
pythonpkg: python3-PyMySQL
|
||||
|
||||
config:
|
||||
file: /etc/my.cnf
|
||||
sections:
|
||||
client:
|
||||
socket: /var/run/mysql/mysql.sock
|
||||
socket: /run/mysql/mysql.sock
|
||||
mysqld:
|
||||
# Empty values below to be resolved, disabling the rule in the meantime
|
||||
# yamllint disable rule:empty-values
|
||||
|
|
Loading…
Add table
Reference in a new issue