Fix syntax issue
This commit is contained in:
parent
9570b0342f
commit
86dbef4f5c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class mysql::server::binarylog {
|
||||||
|
|
||||||
$options = $mysql::server::options
|
$options = $mysql::server::options
|
||||||
$includedir = $mysql::server::includedir
|
$includedir = $mysql::server::includedir
|
||||||
|
|
||||||
$logbin = pick($options['mysqld']['log-bin'], $options['mysqld']['log_bin'], false)
|
$logbin = pick($options['mysqld']['log-bin'], $options['mysqld']['log_bin'], false)
|
||||||
|
|
||||||
if $logbin {
|
if $logbin {
|
||||||
|
|
Loading…
Reference in a new issue