5 lines
135 B
Puppet
5 lines
135 B
Puppet
mysql_grant{'test1@localhost/redmine.*':
|
|
user => 'test1@localhost',
|
|
table => 'redmine.*',
|
|
privileges => ['UPDATE'],
|
|
}
|