dev/provisioning/modules/mysql/examples/mysql_grant.pp
author ymh <ymh.work@gmail.com>
Tue, 04 Oct 2016 13:53:56 +0200
changeset 320 0fce13da58af
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
filter geostat by area + tests

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