mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Add Fedora to defaults.yaml
This commit is contained in:
parent
0e5ce7a86d
commit
38a501fd77
1 changed files with 18 additions and 0 deletions
|
@ -126,6 +126,24 @@ RedHat:
|
|||
port: 3306
|
||||
bind_address: 127.0.0.1
|
||||
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:
|
||||
server: mysql-server
|
||||
client: mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue