Skip to content
Snippets Groups Projects
Commit 229d7c1d authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

All the privileges

parent 14a78e3f
No related branches found
No related tags found
1 merge request!7All the privileges
Pipeline #3712 passed
...@@ -148,7 +148,7 @@ class skadereg( ...@@ -148,7 +148,7 @@ class skadereg(
'root@%/*.*' => { 'root@%/*.*' => {
ensure => present, ensure => present,
options => ['GRANT'], options => ['GRANT'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'], privileges => ['ALL'],
table => '*.*', table => '*.*',
user => 'root@%', user => 'root@%',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment