add note to README about mysql::server::account_security removing accounts by default, and how to get around it
This commit is contained in:
parent
db8103b0ba
commit
32fdce32d9
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
@ -16,6 +16,15 @@ installed, specifically it must have nagios::plugin::deploy functionality.
|
|||
|
||||
You will need to have activated storedconfigs on the puppetmaster.
|
||||
|
||||
Special Notes
|
||||
=============
|
||||
|
||||
By using this module, the following users will be automatically removed, if they
|
||||
exist: "root@${fqdn}", "root@127.0.0.1", "@${fqdn}", "@localhost", "@%"
|
||||
|
||||
If you require any of these, you can subclass class
|
||||
mysql::server::account_security to override this.
|
||||
|
||||
Mysql Server
|
||||
============
|
||||
|
||||
|
|
Loading…
Reference in a new issue