phpservermon/puphpet/puppet/modules/mysql/tests/server/account_security.pp

5 lines
125 B
Puppet

class { 'mysql::server':
config_hash => { 'root_password' => 'password', },
}
class { 'mysql::server::account_security': }