voxpupuli / puppet-confluence

A puppet module to install confluence
https://forge.puppet.com/puppet/confluence
MIT License
21 stars 76 forks source link

moving end statement to allow values from java_opts to be applied to … #188

Closed Tokynet closed 4 years ago

Tokynet commented 5 years ago

…setenv.sh file. These values are needed if you are running confluence behind proxies and to allow the synchrony functionality.

Pull Request (PR) description

The PR fixes the passing of java_opt values in order to populate things like proxy servers or values for supporting synchrony. If these values are not passed, things like the Market place will NOT work because the application is not aware of the proxy it should be sending traffic to. Also for synchrony to work, you need to pass the following values: JAVA_OPTS="-Dsynchrony.proxy.enabled=true

These values should not be bound to the version of confluence.

These values are currently in use in about 3 different Confluence installations of different versions of the application.

This Pull Request (PR) fixes the following issues

No specific issues (reported) but it does allow the following to work: Atlassian market place Synchrony