summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2015-05-13 16:05:42 -0400
committerGabriel Filion <gabster@lelutin.ca>2015-05-13 16:05:42 -0400
commit4724a15633492231993176463e76076028cd3a76 (patch)
treef2fa16dccd052fedec9d2e72e6506476a757e9b3
parentd69d43efa5b211da815945695bffa8782081e8af (diff)
account_security doesn't exist anymore
-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}" |>>