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

Unexpected defaults on CentOS/RHEL 7 for non-MariaDB installations #120

Closed
fraenki opened this issue Oct 8, 2018 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@fraenki
Copy link
Member

fraenki commented Oct 8, 2018

On CentOS 7 puppetlabs-mysql will default to MariaDB, which results in some MariaDB-specific configurations/paths, even when using Percona XtraDB or Codership Galera Cluster.

This is mostly a cosmetic issue, the MySQL server is still fully functional.

We may overwrite some puppetlabs-mysql parameters to fix this.

@fraenki fraenki added the bug label Oct 8, 2018
@fraenki fraenki added this to the 1.1.0 milestone Oct 8, 2018
@fraenki fraenki self-assigned this Oct 8, 2018
@fraenki fraenki modified the milestones: 1.1.0, 2.0.0 Feb 17, 2020
@fraenki fraenki closed this as completed in 7060cb8 Mar 1, 2020
@fraenki
Copy link
Member Author

fraenki commented Mar 1, 2020

The upcoming version 2.0.0 of this module allows to provide working default values for all vendors.
The module will provide default values, i.e.

galera::codership::default_options:
  mysqld:
    log-error: '/var/log/mysqld.log'
    pid-file: '/var/run/mysqld/mysqld.pid'

Users should not use $default_options to set custom values, but instead override values by using the $override_options parameter, which will always take precedence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant