summaryrefslogtreecommitdiffstats
path: root/tests/150_create_db_grant.pp
blob: 597993d5adf111c0528e8e6804b473f0e84fc4b1 (plain)
1
2
3
4
5
6
7
8
9
err("Create a db grant")

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