mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +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:
|
||||
password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4'
|
||||
host: localhost
|
||||
ssl: True
|
||||
ssl-X509: True
|
||||
ssl-SUBJECT: Subject
|
||||
ssl-ISSUER: Name
|
||||
ssl-CIPHER: Cipher
|
||||
databases:
|
||||
- database: foo
|
||||
grants: ['all privileges']
|
||||
|
|
Loading…
Add table
Reference in a new issue