From 2bec4d88f35d20d939165a1c5da6f5e25891e349 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Fri, 14 Jan 2022 23:25:02 +0900 Subject: [PATCH] Do not deploy `docker-registry.hcl`. --- cookbooks/nomad/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nomad/setup.rb b/cookbooks/nomad/setup.rb index 8ab7d2a..43db7e8 100644 --- a/cookbooks/nomad/setup.rb +++ b/cookbooks/nomad/setup.rb @@ -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'