voxpupuli / puppet-jira

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

cluster node id is too long using fqdn #402

Open leightonium opened 1 year ago

leightonium commented 1 year ago

A few of the Jira database tables have only a varchar(60) for the cluster nodeid.

When using the fqdn of the host this may exceed this length. i.e 10-100-120-221-uswest2becosystem.uswest2-ecosystem.company.com (62)

https://github.com/voxpupuli/puppet-jira/blob/master/templates/cluster.properties.epp#L2

This should be set to the hostname of the system to avoid this issue.