8 lines
103 B
Puppet
8 lines
103 B
Puppet
err("Grant ALL to test_user@%/test_db")
|
|
|
|
mysql_grant {
|
|
"test_user@%/test_db":
|
|
privileges => all
|
|
}
|
|
|
|
|