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