Do not deploy `docker-registry.hcl`.

This commit is contained in:
Kazuhiro MUSASHI 2022-01-14 23:25:02 +09:00
parent 8c712e6ffa
commit 2bec4d88f3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if node['nomad']['manager']
end end
if node['nomad']['client'] if node['nomad']['client']
%w( /etc/nomad.d/client.hcl /etc/nomad.d/docker-registry.hcl ).each do |conf| %w( /etc/nomad.d/client.hcl ).each do |conf|
remote_file conf do remote_file conf do
owner 'nomad' owner 'nomad'
group 'nomad' group 'nomad'