Skip to content

Commit dc40b0e

Browse files
author
Foglio, Daniel
committed
changed log_error to log-error and pid_file to pid-file to match the mysqld service script
1 parent 9603d9a commit dc40b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/params.pp

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
},
189189
'mysqld_safe' => {
190190
'nice' => '0',
191-
'log_error' => $mysql::params::log_error,
191+
'log-error' => $mysql::params::log_error,
192192
'socket' => $mysql::params::socket,
193193
},
194194
'mysqld' => {
@@ -197,12 +197,12 @@
197197
'datadir' => $mysql::params::datadir,
198198
'expire_logs_days' => '10',
199199
'key_buffer' => '16M',
200-
'log_error' => $mysql::params::log_error,
200+
'log-error' => $mysql::params::log_error,
201201
'max_allowed_packet' => '16M',
202202
'max_binlog_size' => '100M',
203203
'max_connections' => '151',
204204
'myisam_recover' => 'BACKUP',
205-
'pid_file' => $mysql::params::pidfile,
205+
'pid-file' => $mysql::params::pidfile,
206206
'port' => '3306',
207207
'query_cache_limit' => '1M',
208208
'query_cache_size' => '16M',

0 commit comments

Comments
 (0)