Skip to content
Snippets Groups Projects

More MySQL module funtimes

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