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
1 merge request!7All the privileges
Pipeline #3711 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