mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +00:00
Added pillar data for SSL option
This commit is contained in:
parent
f0f65c9248
commit
0afbd11a21
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ mysql:
|
||||||
bob:
|
bob:
|
||||||
password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4'
|
password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4'
|
||||||
host: localhost
|
host: localhost
|
||||||
|
ssl: True
|
||||||
|
ssl-X509: True
|
||||||
|
ssl-SUBJECT: Subject
|
||||||
|
ssl-ISSUER: Name
|
||||||
|
ssl-CIPHER: Cipher
|
||||||
databases:
|
databases:
|
||||||
- database: foo
|
- database: foo
|
||||||
grants: ['all privileges']
|
grants: ['all privileges']
|
||||||
|
|
Loading…
Add table
Reference in a new issue