mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
Add config section to pillar example
This commit is contained in:
parent
c7945aabac
commit
a7145a59da
1 changed files with 17 additions and 0 deletions
|
@ -47,6 +47,23 @@ mysql:
|
|||
grants:
|
||||
- 'all privileges'
|
||||
|
||||
# Manage config
|
||||
config:
|
||||
file: ~/.my.cnf
|
||||
sections:
|
||||
client:
|
||||
port: 33306
|
||||
socket: /var/lib/mysql-socket/mysql.sock
|
||||
mysqld_safe:
|
||||
plugin-dir: '~/mysql/plugins'
|
||||
mysqld:
|
||||
user: myself
|
||||
port: 33306
|
||||
datadir: ~/mysql/datadir
|
||||
apparmor:
|
||||
dir: /etc/apparmor.d/local
|
||||
file: usr.sbin.mysqld
|
||||
|
||||
# Manage databases
|
||||
database:
|
||||
# Simple definition using default charset and collate
|
||||
|
|
Loading…
Add table
Reference in a new issue