dev/provisioning/modules/mysql/examples/mysql_grant.pp
author ymh <ymh.work@gmail.com>
Fri, 15 Sep 2017 11:26:43 +0200
changeset 546 178f9add0784
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Correct bug #28104 : affichage des titres longs dans le transcript

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