voxpupuli / puppet-jira

Atlassian JIRA Puppet Module
https://forge.puppet.com/puppet/jira
Apache License 2.0
62 stars 143 forks source link

Add optional MySQL connection string options #323

Closed lobbin closed 4 years ago

lobbin commented 4 years ago

Affected Puppet, Ruby, OS and module versions/distributions

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 commented 4 years ago

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