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:
Michal Hrusecky 2020-05-18 15:14:55 +02:00
parent 52384ffab2
commit 8ee79a7bb0

View file

@ -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