From 1096d00d14617ac7dadc56e48453b0060332cb6c Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Tue, 15 Nov 2016 14:26:41 +0100
Subject: [PATCH] Be nicer to the MySQL user matcher

---
 manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 393bc95..c61b42b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -150,7 +150,7 @@ class skadereg(
         options    => ['GRANT'],
         privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
         table      => '*.*',
-        user       => "'root'@'%'",
+        user       => 'root@%',
       }
     },
     override_options => {
-- 
GitLab