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

View File

@ -25,7 +25,7 @@ if node['nomad']['manager']
end
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
owner 'nomad'
group 'nomad'