account_security doesn't exist anymore

This commit is contained in:
Gabriel Filion 2015-05-13 16:05:42 -04:00
parent d69d43efa5
commit 4724a15633
2 changed files with 0 additions and 5 deletions

3
README
View file

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

View file

@ -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}" |>>