summaryrefslogtreecommitdiffstats
path: root/tests/152_add_db_privilege.pp
blob: 21dae54acbffa5c51d9090c804c7733a469c99c2 (plain)
1
2
3
4
5
6
7
8
err("Grant DELETE to test_user@%/test_user")

mysql_grant {
	"test_user@%/test_user":
		privileges => [ "select_priv", 'insert_priv', 'delete_priv'],
}