module-puppetlabs-mysql/examples/mysql_grant.pp
2015-02-09 15:47:12 -08:00

5 lines
135 B
Puppet

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