]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/recipes/default.rb
Drop legacy code used when converting chef to run on a timer
[chef.git] / 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