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

Merge branch 'mysql' into 'production'

Exact username

See merge request !6
parents 387759c2 14a78e3f
No related branches found
No related tags found
1 merge request!6Exact username
Pipeline #3713 passed
...@@ -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.
Finish editing this message first!
Please register or to comment