Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need ability to customize hibernate.connection.url #146

Open
ronech opened this issue Feb 22, 2018 · 1 comment
Open

Need ability to customize hibernate.connection.url #146

ronech opened this issue Feb 22, 2018 · 1 comment

Comments

@ronech
Copy link

ronech commented Feb 22, 2018

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.

@ronech
Copy link
Author

ronech commented Feb 22, 2018

Looks like #154 might help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant