module-mysql/tests/200_give_all_user_privs.pp

9 lines
87 B
ObjectPascal
Raw Permalink Normal View History

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