Skip to content

Commit

Permalink
Merge pull request #684 from vrtdev/feature/fqdn-example
Browse files Browse the repository at this point in the history
facts[fqdn] is a legacy fact, use facts['networking']['fqdn'] in the example.
  • Loading branch information
alexjfisher authored Jan 16, 2025
2 parents 210cf2c + 2196958 commit 996ca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# class { 'consul':
# config_hash => {
# 'datacenter' => 'east-aws',
# 'node_name' => $facts['fqdn'],
# 'node_name' => $facts['networking']['fqdn'],
# 'pretty_config => true,
# 'retry-join' => ['172.16.0.1'],
# },
Expand Down

0 comments on commit 996ca78

Please sign in to comment.