module-puppetlabs-mysql/tests/server/config.pp

12 lines
192 B
ObjectPascal
Raw Normal View History

mysql::server::config { 'testfile':
settings => {
'mysqld' => {
'bind-address' => '0.0.0.0',
'read-only' => true,
},
'client' => {
'port' => '3306'
}
}
}