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

More MySQL module funtimes

parent 1096d00d
Branches
Tags
1 merge request!5More MySQL module funtimes
Pipeline #3716 passed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -145,7 +145,7 @@ class skadereg( ...@@ -145,7 +145,7 @@ class skadereg(
} }
}, },
grants => { grants => {
'root' => { 'root/*.*' => {
ensure => present, ensure => present,
options => ['GRANT'], options => ['GRANT'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'], privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment