summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--manifests/server/base.pp2
2 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index 23094a3..e3e7ee6 100644
--- a/README
+++ b/README
@@ -31,9 +31,6 @@ 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
============
diff --git a/manifests/server/base.pp b/manifests/server/base.pp
index 71f1241..c227976 100644
--- a/manifests/server/base.pp
+++ b/manifests/server/base.pp
@@ -92,8 +92,6 @@ class mysql::server::base {
}
if str2bool($::mysql_exists) {
- include mysql::server::account_security
-
# Collect all databases and users
Mysql_database<<| tag == "mysql_${::fqdn}" |>>
Mysql_user<<| tag == "mysql_${::fqdn}" |>>