summaryrefslogtreecommitdiffstats
path: root/tests/101_remove_user_privilege.pp
blob: 6b7029eb03e5414e34f7b7d699c7b7a5029a6686 (plain)
1
2
3
4
5
6
7
8
err("Revoke UPDATE from test_user@%")

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