moving end statement to allow values from java_opts to be applied to …
…setenv.sh file. These values are needed if you are running confluence behind proxies and to allow the synchrony functionality.
Merge pull request #188 from Tokynet/fixjavaopts
moving end statement to allow values from java_opts to be applied to …
Allow defining additional Tomcat connectors
Add a new, optional class parameter `confluence::tomcat_additional_connectors` whose value is a well-formed, complex hash as described by the new type aliases `Confluence::Tomcat_connectors` and `Confluence::Tomcat_attributes`. Each hash key represents a port number, and the key's value is a hash that describes the connector's attributes and their values. Useful for defining additional HTTP ports through which to access Confluence. A typical use case is when Jira and Confluence run behind a reverse proxy and application links between Jira and Confluence must be set up. Then it is often better to allow Jira and Confluence to communicate directly instead of through the reverse proxy, but this requires a Tomcat connector that is configured for direct access instead of reverse proxy access (`proxyName`, `proxyPort`, etc). Described here: https://confluence.atlassian.com/kb/how-to-create-an-unproxied-application-link-719095740.html Contains spec tests, documentation and examples. A very similar PR was submitted to puppet-jira in voxpupuli/puppet-jira#316
Merge pull request #208 from voxpupuli/modulesync
modulesync 3.0.0 & puppet-lint updates
Merge pull request #205 from antaflos/additional_connectors
Allow defining additional Tomcat connectors
Merge pull request #209 from MiamiOH/bump-dependencies
Increase mysql_java_connector max version limit
Merge pull request #207 from SimonHoenscheid/simonhoenscheid_fix_mysq…
…lconnector_deployment fix mysql connector source path
Merge pull request #210 from voxpupuli/modulesync
modulesync 3.1.0
made systemd daemon reload dependent on puppet version
avoids puppet error with latest systemd module version
bumped puppet minimal version, so we can drop the camptocamp systemd …
…module dependency
Merge pull request #213 from KoenDierckx/master
made systemd daemon reload dependent on puppet version; Drop Puppet 5 support
Merge pull request #214 from bastelfreak/bla
allow newer dependencies/drop staging module dep
Merge pull request #216 from optiz0r/fix_user_depends
If manage_user=false, don't depend on the User resource (obsoletes #198)
Merge pull request #220 from techtino/master
Add tomcat_redirect_port variable to customise redirectPort in server.xml
Merge pull request #223 from StatensPensjonskasse/fix-modulesync
Fix modulesync; Drop EoL CentOS 6 support
Merge pull request #224 from StatensPensjonskasse/rel/5.0.0
Prepare for 5.0.0 release