added * for table name in title to match documented usage
This commit is contained in:
parent
0d3ae5046d
commit
88e033fe88
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
mysql_grant{'test1@localhost/redmine':
|
mysql_grant{'test1@localhost/redmine.*':
|
||||||
user => 'test1@localhost',
|
user => 'test1@localhost',
|
||||||
table => 'redmine.*',
|
table => 'redmine.*',
|
||||||
privileges => ['UPDATE'],
|
privileges => ['UPDATE'],
|
||||||
|
|
Loading…
Reference in a new issue