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

Introduce manage_mysql_client boolean to toggle whether or not to include mysql::client #149

Merged
merged 2 commits into from May 26, 2020

Conversation

walkleyn
Copy link
Contributor

Pull Request (PR) description

@@ -170,6 +174,7 @@
String $datadir = $proxysql::params::datadir,
Stdlib::Filemode $datadir_mode = $proxysql::params::datadir_mode,
Boolean $manage_selinux = true,
Boolean $manage_mysql_client = $proxysql::params::manage_mysql_client,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you just set the default true directly here and not use params.pp?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Which reminds me, I should really finish #127)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I was unsure whether to follow the pattern like $manage_selinux or $manage_mycnf_file.

@alexjfisher alexjfisher added the enhancement New feature or request label May 26, 2020
@alexjfisher alexjfisher changed the title Introduce manage_mysql_client boolean to toggle whether or not to include mysql::client in the installer. Introduce manage_mysql_client boolean to toggle whether or not to include mysql::client May 26, 2020
@alexjfisher alexjfisher merged commit d7d88ab into voxpupuli:master May 26, 2020
@alexjfisher
Copy link
Member

@walkleyn Thanks!

cegeka-jenkins pushed a commit to cegeka/puppet-proxysql that referenced this pull request Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants