Deploy `/etc/consul.d/server.hcl` only when the consul is server.

This commit is contained in:
Kazuhiro MUSASHI 2024-03-31 09:45:29 +09:00
parent b4189939f8
commit 63935ec789
1 changed files with 8 additions and 6 deletions

View File

@ -71,6 +71,7 @@ template '/etc/consul.d/consul.hcl' do
end
# Deploy server specific config
if node['consul']['manager']
template '/etc/consul.d/server.hcl' do
owner 'consul'
group 'consul'
@ -80,6 +81,7 @@ template '/etc/consul.d/server.hcl' do
notifies :restart, 'service[consul]'
end
end
%w( 01-bootstrap.sh 02-policy.sh ).each do |sh|
remote_file("/etc/consul.d/howto/#{sh}") {