voxpupuli / puppet-jira

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

cluster.properties.epp - soon to be deprecated code by Puppet 8 #411

Closed koogled closed 7 months ago

koogled commented 9 months ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

File: templates/cluster.properties.epp

The soon to be release version 8 of puppet will make the line: jira.node.id = <%= $facts['fqdn'] %> As this fact will not work.

What are you seeing

What behaviour did you expect instead

Output log

Any additional information you'd like to impart

h-haaks commented 7 months ago

Fixed by #408