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