view modules/mysql/examples/mysql_grant.pp @ 443:c6c9a2cfcfbd

Update MySQL module Fixes a problem with MariaDB and blank certificate paths
author IBBoard <dev@ibboard.co.uk>
date Mon, 08 May 2023 11:48:41 +0100
parents 668df4711671
children
line wrap: on
line source

mysql_grant { 'test1@localhost/redmine.*':
  user       => 'test1@localhost',
  table      => 'redmine.*',
  privileges => ['UPDATE'],
}