Skip to content

Commit

Permalink
replace reference to deprecated top-scope fact fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Jul 23, 2024
1 parent 4af5450 commit 303f4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ activemq::instance_defaults:
# An optional wildcard that will be used when adding the address settings.
wildcard: '#'
allow_failback: true
bind: '%{fqdn}'
bind: '%{facts.networking.fqdn}'
broadcast_groups:
- name: 'bg-group1'
group_address: '231.7.7.7'
Expand Down

0 comments on commit 303f4ef

Please sign in to comment.