Skip to content

Commit

Permalink
regenerate REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Feb 5, 2025
1 parent 56aee10 commit 6c21a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Installs, configures and manages consul
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 6c21a68

Please sign in to comment.