7890f79547
Secures the MySQL installation by removing the test database and the default users that are created during the MySQL first-run (root@${fqdn}, @%, @localhost, etc.). Includes rspec tests and updated documentation.
4 lines
125 B
Puppet
4 lines
125 B
Puppet
class { 'mysql::server':
|
|
config_hash => { 'root_password' => 'password', },
|
|
}
|
|
class { 'mysql::server::account_security': }
|