Skip to content
Snippets Groups Projects
Commit 38a501fd authored by Jens Neuhalfen's avatar Jens Neuhalfen
Browse files

Add Fedora to defaults.yaml

parent 0e5ce7a8
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,24 @@ RedHat: ...@@ -126,6 +126,24 @@ RedHat:
port: 3306 port: 3306
bind_address: 127.0.0.1 bind_address: 127.0.0.1
symbolic_links: 0 symbolic_links: 0
Fedora:
server: mariadb-server
client: mariadb
service: mariadb
python: MySQL-python
config:
file: /etc/my.cnf.d/server.cnf
sections:
mysqld_safe:
log_error: /var/log/mysqld.log
pid_file: /var/run/mysqld/mysqld.pid
mysqld:
datadir: /var/lib/mysql
socket: /var/lib/mysql/mysql.sock
user: mysql
port: 3306
bind_address: 127.0.0.1
symbolic_links: 0
Amazon: Amazon:
server: mysql-server server: mysql-server
client: mysql client: mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment