Fix syntax issue

This commit is contained in:
Quentin Moss 2016-07-19 17:57:08 -07:00
parent 9570b0342f
commit 86dbef4f5c
No known key found for this signature in database
GPG key ID: E17DF46851B25AE2

View file

@ -3,7 +3,7 @@ class mysql::server::binarylog {
$options = $mysql::server::options
$includedir = $mysql::server::includedir
$logbin = pick($options['mysqld']['log-bin'], $options['mysqld']['log_bin'], false)
if $logbin {