Mercurial > repos > other > Puppet
diff 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 |
line wrap: on
line diff
--- a/modules/mysql/examples/mysql_grant.pp Mon Jan 03 17:15:14 2022 +0000 +++ b/modules/mysql/examples/mysql_grant.pp Mon Jan 03 17:16:21 2022 +0000 @@ -1,4 +1,4 @@ -mysql_grant{'test1@localhost/redmine.*': +mysql_grant { 'test1@localhost/redmine.*': user => 'test1@localhost', table => 'redmine.*', privileges => ['UPDATE'],