mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
Include pillar example for granting permissions to user on Any host
This commit is contained in:
parent
8f2e6ad770
commit
e156ddaf6e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ mysql:
|
|||
grants: ['all privileges']
|
||||
bob:
|
||||
password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4'
|
||||
host: localhost
|
||||
host: '%' # Any host
|
||||
ssl: True
|
||||
ssl-X509: True
|
||||
ssl-SUBJECT: Subject
|
||||
|
|
Loading…
Add table
Reference in a new issue