From 14a78e3f8483017623ce2d9dc399ca0ff3c26cdd Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Tue, 15 Nov 2016 14:31:50 +0100 Subject: [PATCH] Exact username --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3399136..921c9d0 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