From 4724a15633492231993176463e76076028cd3a76 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Wed, 13 May 2015 16:05:42 -0400 Subject: [PATCH] account_security doesn't exist anymore --- README | 3 --- manifests/server/base.pp | 2 -- 2 files changed, 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}" |>>