Skip to content

Commit

Permalink
fix #97 Add missing grants on mysql Ido database for idoreports
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Nov 23, 2023
1 parent 17c6dd1 commit 2b5af16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/ido/database.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
db_user => $db_user,
db_pass => $db_pass,
access_instances => $ido_instances,
mysql_privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE', 'DROP', 'CREATE VIEW', 'CREATE', 'ALTER', 'INDEX', 'EXECUTE'],
# mysql_privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE', 'DROP', 'CREATE VIEW', 'CREATE', 'ALTER', 'INDEX', 'CREATE ROUTINE', 'ALTER ROUTINE', 'EXECUTE'],
mysql_privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE', 'DROP', 'CREATE VIEW', 'CREATE', 'ALTER', 'INDEX', 'CREATE ROUTINE', 'ALTER ROUTINE', 'EXECUTE'],
tls => $tls,
}
}

0 comments on commit 2b5af16

Please sign in to comment.