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

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