voxpupuli / puppet-jira

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

Add support for Oracle service names #365

Closed oranenj closed 3 years ago

oranenj commented 3 years ago

Add support for Oracle service names

Adds $oracle_use_sid, that if set to false modified the JDBC URL syntax to connect to an Oracle database via a service name.

Also, tests.

Fixes #283

oranenj commented 3 years ago

This fixes #53 and #283