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

12 lines
195 B
ObjectPascal
Raw Normal View History

mysql::server::config { 'testfile':
settings => {
'mysqld' => {
'bind-address' => '0.0.0.0',
2012-09-04 15:59:47 +02:00
'read-only' => true,
},
'client' => {
'port' => '3306'
}
}
}