Skip to content
Snippets Groups Projects
Commit 8ee79a7b authored by Michal Hrusecky's avatar Michal Hrusecky
Browse files

fix(osfamilymap.yaml): update SUSE defaults

* there is no python2 in last stable releases and socket was moved as well
parent 52384ffa
Branches
Tags
No related merge requests found
...@@ -55,13 +55,13 @@ RedHat: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment