diff --git a/manifests/init.pp b/manifests/init.pp index 921c9d08ddcd9acd2c20eff31685d1591ace0b55..3632855fb42c6618242a47235995501aae641422 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@%', }