Skip to content

Commit 621774a

Browse files
author
Ashley Penney
committed
Merge pull request #355 from tekenny/master
added * for table name in title to match documented usage
2 parents 333be5f + 88e033f commit 621774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mysql_grant.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mysql_grant{'test1@localhost/redmine':
1+
mysql_grant{'test1@localhost/redmine.*':
22
user => 'test1@localhost',
33
table => 'redmine.*',
44
privileges => ['UPDATE'],

0 commit comments

Comments
 (0)