Merge pull request #808 from mmalchuk/master
Use mysql_install_db only with uniq defaults-extra-file
This commit is contained in:
commit
9d611106bb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class mysql::server::installdb {
|
|||
$basedir = $mysql::server::options['mysqld']['basedir']
|
||||
$config_file = $mysql::server::config_file
|
||||
|
||||
if $mysql::server::manage_config_file {
|
||||
if $mysql::server::manage_config_file and $config_file != $mysql::params::config_file {
|
||||
$_config_file=$config_file
|
||||
} else {
|
||||
$_config_file=undef
|
||||
|
|
Loading…
Reference in a new issue