We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9603d9a commit dc40b0eCopy full SHA for dc40b0e
manifests/params.pp
@@ -188,7 +188,7 @@
188
},
189
'mysqld_safe' => {
190
'nice' => '0',
191
- 'log_error' => $mysql::params::log_error,
+ 'log-error' => $mysql::params::log_error,
192
'socket' => $mysql::params::socket,
193
194
'mysqld' => {
@@ -197,12 +197,12 @@
197
'datadir' => $mysql::params::datadir,
198
'expire_logs_days' => '10',
199
'key_buffer' => '16M',
200
201
'max_allowed_packet' => '16M',
202
'max_binlog_size' => '100M',
203
'max_connections' => '151',
204
'myisam_recover' => 'BACKUP',
205
- 'pid_file' => $mysql::params::pidfile,
+ 'pid-file' => $mysql::params::pidfile,
206
'port' => '3306',
207
'query_cache_limit' => '1M',
208
'query_cache_size' => '16M',
0 commit comments