added * for table name in title to match documented usage

This commit is contained in:
Thomas Kenny 2013-11-04 20:49:24 -05:00
parent 0d3ae5046d
commit 88e033fe88

View file

@ -1,4 +1,4 @@
mysql_grant{'test1@localhost/redmine':
mysql_grant{'test1@localhost/redmine.*':
user => 'test1@localhost',
table => 'redmine.*',
privileges => ['UPDATE'],