Do not deploy `docker-registry.hcl`.
This commit is contained in:
parent
8c712e6ffa
commit
2bec4d88f3
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue