From 12b343d3c453f8917a27cc6608314ecfde833791 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Tue, 15 Nov 2016 14:30:57 +0100 Subject: [PATCH] More MySQL module funtimes --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index c61b42b..3399136 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -145,7 +145,7 @@ class skadereg( } }, grants => { - 'root' => { + 'root/*.*' => { ensure => present, options => ['GRANT'], privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'], -- GitLab