You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
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 thedburl
setting in yourjira
module, for example.Any additional information you'd like to impart
In
README.md
, the Hiera example showsHowever, i can't find
dbserver
in the codebase, so it doesn't look like this would work.The text was updated successfully, but these errors were encountered: