Need ability to customize `hibernate.connection.url`
Opened this issue · 1 comments
ronech commented
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 5.0.1
- Ruby: 2.4.1p111
- Distribution: CentOS
- Module version: 3.1.0
What are you seeing
There is no way to customize hibernate.connection.url
.
What behaviour did you expect instead
I'd like to be able to set <property name="hibernate.connection.url">
to use SSL (i.e., adding ?ssl=true
to the URL) inside $homedir/confluence.cfg.xml
. This can be currently be done (in a somewhat blunt fashion) with the dburl
setting in your jira
module, for example.
Any additional information you'd like to impart
In README.md
, the Hiera example shows
confluence::dbserver: 'dbvip.example.co.za'
However, i can't find dbserver
in the codebase, so it doesn't look like this would work.