summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-04-04 13:42:11 -0400
committerMicah Anderson <micah@riseup.net>2012-04-04 13:42:11 -0400
commit32fdce32d9e90bd5a658b59c7ca5fe295412f0ae (patch)
treefa09d340ce16683d1c654a3d579b9c8504c550af
parentdb8103b0baff13a82969fa218e344e7707743273 (diff)
add note to README about mysql::server::account_security removing accounts by default, and how to get around it
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index e48a840..a25edf7 100644
--- a/README
+++ b/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
============