Skip to content

Commit

Permalink
Merge pull request #394 from danielfoglio/master
Browse files Browse the repository at this point in the history
changed log_error to log-error and pid_file to pid-file to match the mys...
  • Loading branch information
Ashley Penney committed Dec 20, 2013
2 parents 2df5aee + 3d98b1d commit edfaecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
'mysqld_safe' => {
'nice' => '0',
'log_error' => $mysql::params::log_error,
'log-error' => $mysql::params::log_error,
'socket' => $mysql::params::socket,
},
'mysqld' => {
Expand All @@ -197,12 +197,12 @@
'datadir' => $mysql::params::datadir,
'expire_logs_days' => '10',
'key_buffer_size' => '16M',
'log_error' => $mysql::params::log_error,
'log-error' => $mysql::params::log_error,
'max_allowed_packet' => '16M',
'max_binlog_size' => '100M',
'max_connections' => '151',
'myisam_recover' => 'BACKUP',
'pid_file' => $mysql::params::pidfile,
'pid-file' => $mysql::params::pidfile,
'port' => '3306',
'query_cache_limit' => '1M',
'query_cache_size' => '16M',
Expand Down

0 comments on commit edfaecc

Please sign in to comment.