phpservermon/puphpet/puppet/modules/mysql/tests/mysql_grant.pp

6 lines
135 B
Puppet

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