add note to README about mysql::server::account_security removing accounts by default, and how to get around it

This commit is contained in:
Micah Anderson 2012-04-04 13:42:11 -04:00
parent db8103b0ba
commit 32fdce32d9

9
README
View file

@ -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
============