Skip to content
Snippets Groups Projects
Unverified Commit eb0431fb authored by Niels Abspoel's avatar Niels Abspoel Committed by GitHub
Browse files

Merge pull request #213 from getSurreal/Any_Host

Include pillar example for granting permissions to user on Any host
parents 8f2e6ad7 e156ddaf
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ mysql: ...@@ -111,7 +111,7 @@ mysql:
grants: ['all privileges'] grants: ['all privileges']
bob: bob:
password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4' password_hash: '*6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4'
host: localhost host: '%' # Any host
ssl: True ssl: True
ssl-X509: True ssl-X509: True
ssl-SUBJECT: Subject ssl-SUBJECT: Subject
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment