You can use custom settings that will be put in /etc/mysq/conf.d/ and
will be included in you setup by overriding any setting in my.cnf. Here
is an example from our setup:
mysql::server::config{ 'my-cool-settings':
settings => {
'mysqld'
Hi,
I am using Puppet MySQL module from forge and everything works as expected.
It downloaded and installed mysql, created database, set pass, etc.
I wanted to make few configuration changes, so I changed
mysql/templates/my.cnf.erb
but it seems Puppet did not detected that change. What be the