module-mysql/tests/201_give_all_db_privs.pp

9 lines
103 B
ObjectPascal
Raw Normal View History

err("Grant ALL to test_user@%/test_db")
mysql_grant {
"test_user@%/test_db":
privileges => all
}