From: Tom Hughes Date: Thu, 30 Nov 2023 00:35:05 +0000 (+0000) Subject: Drop legacy code used when converting chef to run on a timer X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d238730589502f424469ecdb2e1f61f087b7ec29 Drop legacy code used when converting chef to run on a timer --- diff --git a/cookbooks/chef/recipes/default.rb b/cookbooks/chef/recipes/default.rb index 60511bf16..8402938ea 100644 --- a/cookbooks/chef/recipes/default.rb +++ b/cookbooks/chef/recipes/default.rb @@ -142,8 +142,3 @@ end service "chef-client.timer" do action [:enable, :start] end - -service "chef-client.service" do - action :disable - subscribes :stop, "service[chef-client.timer]" -end