module-mysql/tests/152_add_db_privilege.pp

8 lines
148 B
Puppet

err("Grant DELETE to test_user@%test_db")
mysql_grant {
"test_user@%test_db":
privileges => [ "select_priv", 'insert_priv', 'delete_priv'],
}