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

Merge branch 'mysql' into 'production'

All the privileges

See merge request !7
parents 5e7489a4 229d7c1d
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ class skadereg(
'root@%/*.*' => {
ensure => present,
options => ['GRANT'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
privileges => ['ALL'],
table => '*.*',
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