5 lines
82 B
Puppet
5 lines
82 B
Puppet
err("Removing the user grant")
|
|
|
|
mysql_grant { "test_user@%": privileges => [] }
|
|
|
|
|