Re: [Puppet Users] Re-create my.cnf when using Puppet MySQL module

2013-07-03 Thread Nikola Petrov
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'

[Puppet Users] Re-create my.cnf when using Puppet MySQL module

2013-07-02 Thread dusan . dordevic
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