Mercurial > repos > other > Puppet
comparison modules/mysql/examples/mysql_grant.pp @ 389:668df4711671
Update MySQL modules
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 03 Jan 2022 17:16:21 +0000 |
parents | 58d1818c2ded |
children |
comparison
equal
deleted
inserted
replaced
388:750d36241580 | 389:668df4711671 |
---|---|
1 mysql_grant{'test1@localhost/redmine.*': | 1 mysql_grant { 'test1@localhost/redmine.*': |
2 user => 'test1@localhost', | 2 user => 'test1@localhost', |
3 table => 'redmine.*', | 3 table => 'redmine.*', |
4 privileges => ['UPDATE'], | 4 privileges => ['UPDATE'], |
5 } | 5 } |