module-mysql/tests/201_give_all_db_privs.pp

8 lines
103 B
Puppet

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