summaryrefslogtreecommitdiff
path: root/tests/103_change_user_grant.pp
blob: fa860a39c1a45af876c5f72b73e842bdc0a94722 (plain)
1
2
3
4
5
6
7
8
err("Replace DELETE with UPDATE grant for test_user@%")

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