Skip to content
Snippets Groups Projects
Unverified Commit a7145a59 authored by N's avatar N
Browse files

Add config section to pillar example

parent c7945aab
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment