Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mysql_install_db only with uniq defaults-extra-file #809

Merged
merged 1 commit into from Mar 14, 2016

Conversation

mmalchuk
Copy link
Contributor

Executing mysql_install_db with the defaults-extra-file set to the
global option file can produce errors with duplicates. For example it
happens when 'ignore-db-dir' option passed to $override_options in
mysql::server class. Same as https://bugs.mysql.com/bug.php?id=69441

@mmalchuk
Copy link
Contributor Author

This commit is the same as #808 but for 3.6.x until we switch to the master.

Executing mysql_install_db with the defaults-extra-file set to the
global option file can produce errors with duplicates. For example it
happens when 'ignore-db-dir' option passed to $override_options in
mysql::server class. Same as https://bugs.mysql.com/bug.php?id=69441
hunner added a commit that referenced this pull request Mar 14, 2016
Use mysql_install_db only with uniq defaults-extra-file
@hunner hunner merged commit 10b873c into puppetlabs:3.6.x Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants