DEBSOURCES
Skip Quicknav
sources / puppet-module-puppetlabs-mysql / 15.0.0-3 / examples / mysql_grant.pp
12345
mysql_grant { 'test1@localhost/redmine.*': user => 'test1@localhost', table => 'redmine.*', privileges => ['UPDATE'], }