summaryrefslogtreecommitdiffstats
path: root/tests/154_mix_db_grants.pp
blob: 408308f4246f53671125eaf51c48031f459a273a (plain)
1
2
3
4
5
6
7
8
err("Change privilege order")

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