dev/provisioning/modules/mysql/examples/mysql_grant.pp
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 22:33:23 +0200
changeset 539 bb12d638cb9f
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
improve documentation on proxy

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