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