Skip to content

Add optional MySQL connection string options #323

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

Closed
lobbin opened this issue Jul 21, 2020 · 1 comment
Closed

Add optional MySQL connection string options #323

lobbin opened this issue Jul 21, 2020 · 1 comment

Comments

@lobbin
Copy link

lobbin commented Jul 21, 2020

Affected Puppet, Ruby, OS and module versions/distributions

  • Module version: 4.0.1

What are you seeing

The jira module have a static string of options,
jdbc:mysql://localhost:3306/jira?useUnicode=true&characterEncoding=UTF8&sessionVariables=default_storage_engine=InnoDB

What behaviour did you expect instead

I'd like to add an option for us to define for instance, useSSL
jdbc:mysql://localhost:3306/jira?useUnicode=true&characterEncoding=UTF8&sessionVariables=default_storage_engine=InnoDB&useSSL=false

@lobbin
Copy link
Author

lobbin commented Sep 7, 2020

Never mind, I realised I can use the dburl setting.

@lobbin lobbin closed this as completed Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant