voxpupuli / puppet-jira

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

Oracle real url has : instead of / #283

Closed negast closed 3 years ago

negast commented 5 years ago

in init.pp line234 'oracle' => "jdbc:${db}:thin:@${dbserver}:${dbport_real}:${dbname}", should be 'oracle' => "jdbc:${db}:thin:@${dbserver}:${dbport_real}/${dbname}", Or this is the case at least in our environment

bastelfreak commented 5 years ago

@negast thanks for reporting this. Are you able to provide a pull request with a fix?

negast commented 5 years ago

Pull request: https://github.com/voxpupuli/puppet-jira/pull/284