Skip to content

Commit

Permalink
[HWORKS-719] Fix consul configuration on worker with correct datacent…
Browse files Browse the repository at this point in the history
…er (#58)
  • Loading branch information
SirOibaf authored Sep 6, 2023
1 parent e06fb65 commit a54abe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/config/slave.hcl.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datacenter = "lc"
datacenter = "<%= node['consul']['datacenter'] %>"
domain = "<%= node['consul']['domain'] %>"
data_dir = "<%= node['consul']['data_dir'] %>"
retry_join = <%= @masters %>
Expand Down

0 comments on commit a54abe4

Please sign in to comment.