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

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