diff --git a/manifests/init.pp b/manifests/init.pp
index c61b42b06f884c39c1e84709f2ab48b896c0722c..33991368db42871fd548d3e0e0913e4ac80b2856 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'],