Skip to content

Commit 0cb7c16

Browse files
authored
Merge pull request #1625 from markt-de/expire_logs_days
Remove deprecated option expire_logs_days from default config
2 parents 6ffaba3 + 7fddada commit 0cb7c16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/params.pp

-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@
435435
'basedir' => $mysql::params::basedir,
436436
'bind-address' => '127.0.0.1',
437437
'datadir' => $mysql::params::datadir,
438-
'expire_logs_days' => '10',
439438
'key_buffer_size' => '16M',
440439
'log-error' => $mysql::params::log_error,
441440
'max_allowed_packet' => '16M',

0 commit comments

Comments
 (0)