Skip to content
Snippets Groups Projects

All the privileges

Merged Alexander Olofsson requested to merge mysql into production
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -148,7 +148,7 @@ class skadereg(
'root@%/*.*' => {
ensure => present,
options => ['GRANT'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
privileges => ['ALL'],
table => '*.*',
user => 'root@%',
}
Loading