mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +00:00

This adds optional support for having split configuration files within a config directory, most commonly /etc/my.cnf.d.
25 lines
334 B
YAML
25 lines
334 B
YAML
# vim
|
|
{% load_yaml as supported_sections %}
|
|
- client-server
|
|
- client
|
|
- client-mariadb
|
|
- mariadb
|
|
- mysql
|
|
- mysqldump
|
|
- mysqld_safe
|
|
- mysqlhotcopy
|
|
- mysqladmin
|
|
- mysqlcheck
|
|
- mysqlimport
|
|
- mysqlshow
|
|
- mysql_upgrade
|
|
- mysqlbinlog
|
|
- mysqlslap
|
|
- myisampack
|
|
- myisamchk
|
|
- isamchk
|
|
- mysqld
|
|
- mysqld_multi
|
|
- server
|
|
- xtrabackup
|
|
{% endload %}
|