From e156ddaf6e5ef1ca168b2428747ae0da880e3aab Mon Sep 17 00:00:00 2001
From: "james@getsurreal.com" <james@getsurreal.com>
Date: Fri, 18 Jan 2019 21:27:24 -0600
Subject: [PATCH] Include pillar example for granting permissions to user on
 Any host

---
 pillar.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pillar.example b/pillar.example
index 006b2e9..399f483 100644
--- a/pillar.example
+++ b/pillar.example
@@ -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
-- 
GitLab