Skip to content

(#13203) Add ssl support #54

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

Merged
merged 1 commit into from
Apr 10, 2012

Conversation

blkperl
Copy link
Contributor

@blkperl blkperl commented Mar 19, 2012

This commit adds a ssl parameter to the mysql::config class.
Setting ssl to true adds the following parameters to the template.

ssl_ca - path to ssl-ca
ssl_cert - path to ssl-cert
ssl_key - path to ssl-key

This commit adds a ssl parameter to the mysql::config class.
Setting ssl to true adds the following parameters to the template.

   ssl_ca             - path to ssl-ca
   ssl_cert           - path to ssl-cert
   ssl_key            - path to ssl-key
@blkperl
Copy link
Contributor Author

blkperl commented Mar 22, 2012

@nanliu @bodepd

Hi Guys,

Do you have any feedback for this pull request?

Thanks.

@@ -34,7 +38,11 @@
$service_name = $mysql::params::service_name,
$config_file = $mysql::params::config_file,
$socket = $mysql::params::socket,
$datadir = $mysql::params::datadir
$datadir = $mysql::params::datadir,
Copy link
Contributor

Choose a reason for hiding this comment

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

why use defaults from the params namespace if the values do not change based on OS? Why not just specify the defaults in the class declaration?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @bodepd

I used port and bind_address as an example which used the params namespace. Should I change them to not use the params namespace?

bodepd added a commit that referenced this pull request Apr 10, 2012
@bodepd bodepd merged commit 0a1d154 into puppetlabs:master Apr 10, 2012
pmcmaw pushed a commit to pmcmaw/puppetlabs-mysql that referenced this pull request Mar 3, 2021
(FM-7399) - Prepare for changelog generator
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.

3 participants