account_security doesn't exist anymore
This commit is contained in:
parent
d69d43efa5
commit
4724a15633
2 changed files with 0 additions and 5 deletions
3
README
3
README
|
@ -31,9 +31,6 @@ Special Notes
|
||||||
By using this module, the following users will be automatically removed, if they
|
By using this module, the following users will be automatically removed, if they
|
||||||
exist: "root@${fqdn}", "root@127.0.0.1", "@${fqdn}", "@localhost", "@%"
|
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
|
Mysql Server
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
|
@ -92,8 +92,6 @@ class mysql::server::base {
|
||||||
}
|
}
|
||||||
|
|
||||||
if str2bool($::mysql_exists) {
|
if str2bool($::mysql_exists) {
|
||||||
include mysql::server::account_security
|
|
||||||
|
|
||||||
# Collect all databases and users
|
# Collect all databases and users
|
||||||
Mysql_database<<| tag == "mysql_${::fqdn}" |>>
|
Mysql_database<<| tag == "mysql_${::fqdn}" |>>
|
||||||
Mysql_user<<| tag == "mysql_${::fqdn}" |>>
|
Mysql_user<<| tag == "mysql_${::fqdn}" |>>
|
||||||
|
|
Loading…
Reference in a new issue