According to README, one can override single options in my.cnf like this: ``` class { '::mysql::globals': override_options => { 'mysqld' => { 'max_connections' => '1024' } } } ``` Unfortunately, this does not work as expected; `merge()` is not recursive.