From 229d7c1d581e0309ab51369234dffeaaf2bd398f Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Tue, 15 Nov 2016 14:39:03 +0100
Subject: [PATCH] All the privileges

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

diff --git a/manifests/init.pp b/manifests/init.pp
index 921c9d0..3632855 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -148,7 +148,7 @@ class skadereg(
       'root@%/*.*' => {
         ensure     => present,
         options    => ['GRANT'],
-        privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
+        privileges => ['ALL'],
         table      => '*.*',
         user       => 'root@%',
       }
-- 
GitLab