summaryrefslogtreecommitdiffstats
path: root/tests/201_give_all_db_privs.pp
blob: 745048f68b45c453694fa9ece6faf8d0e7e72fc5 (plain)
1
2
3
4
5
6
7
8
err("Grant ALL to test_user@%/test_db")

mysql_grant {
	"test_user@%/test_db":
		privileges => all
}