summaryrefslogtreecommitdiffstats
path: root/tests/104_mix_user_grants.pp
blob: d0dc512e8af07c6bd197dfc0ce841ec9b71302c5 (plain)
1
2
3
4
5
6
7
8
err("Change the order of the defined privileges")

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