module-mysql/tests/200_give_all_user_privs.pp

8 lines
87 B
Puppet

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