]> git.openstreetmap.org Git - chef.git/commitdiff
Drop legacy code used when converting chef to run on a timer
authorTom Hughes <tom@compton.nu>
Thu, 30 Nov 2023 00:35:05 +0000 (00:35 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 30 Nov 2023 00:35:05 +0000 (00:35 +0000)
cookbooks/chef/recipes/default.rb

index 60511bf16104ed3707164acf7500d78b0dbdc266..8402938eab63f3977bbbf59c5cbf09c8cfa3e6c7 100644 (file)
@@ -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