voxpupuli / puppet-jira

Atlassian JIRA Puppet Module
https://forge.puppet.com/puppet/jira
Apache License 2.0
62 stars 143 forks source link

Support for additional cluster.properties config #245

Closed vidkun closed 5 years ago

vidkun commented 6 years ago

It'd be nice to be able to specify additional cluster config settings for the cluster.properties file. Such as:

Right now, manually adding them causes them to be overwritten on next puppet run by the template.

Current work around is to perform initial provisioning of a Data Center node with datacenter => true, then set it to false and manually add additional config settings.