summaryrefslogtreecommitdiffstats
path: root/tests/153_change_db_priv.pp
blob: f72dab8673f05d5d443cad58961e45d2daa3c144 (plain)
1
2
3
4
5
6
7
8
err("Change DELETE to UPDATE privilege for test_user@%test_db")

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