Skip to content

Commit

Permalink
Fix consul sync ip
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Dec 1, 2023
1 parent 3e28902 commit bc586de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
consul_config "Configure Consul Server" do
confdir node["consul"]["confdir"]
datadir node["consul"]["datadir"]
ipaddress node["ipaddress"]
ipaddress node["ipaddress_sync"]
cdomain node["redborder"]["cdomain"]
dns_local_ip node["consul"]["dns_local_ip"]
(manager_services["consul"] ? (is_server true) : (is_server false))
Expand Down

0 comments on commit bc586de

Please sign in to comment.