dev/provisioning/modules/mysql/examples/mysql_grant.pp
author ymh <ymh.work@gmail.com>
Tue, 04 Oct 2016 11:58:39 +0200
changeset 319 78990a8a069b
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Work on front and back integration, correct the expected data format

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