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:
|
Suse:
|
||||||
serverpkg: mariadb
|
serverpkg: mariadb
|
||||||
clientpkg: mariadb-client
|
clientpkg: mariadb-client
|
||||||
pythonpkg: python2-pymysql
|
pythonpkg: python3-PyMySQL
|
||||||
|
|
||||||
config:
|
config:
|
||||||
file: /etc/my.cnf
|
file: /etc/my.cnf
|
||||||
sections:
|
sections:
|
||||||
client:
|
client:
|
||||||
socket: /var/run/mysql/mysql.sock
|
socket: /run/mysql/mysql.sock
|
||||||
mysqld:
|
mysqld:
|
||||||
# Empty values below to be resolved, disabling the rule in the meantime
|
# Empty values below to be resolved, disabling the rule in the meantime
|
||||||
# yamllint disable rule:empty-values
|
# yamllint disable rule:empty-values
|
||||||
|
|
Loading…
Add table
Reference in a new issue