5 lines
86 B
Puppet
5 lines
86 B
Puppet
err("Remove the db grant")
|
|
|
|
mysql_grant { "test_user@%test_db": privileges => [ ] }
|
|
|
|
|