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

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