]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Remove redundant cleanup code
[chef.git] / cookbooks / tools / recipes / default.rb
index ceb3716c55256dc2be5ded8978e9867aa7a5cdfa..c12384d6f405a3cb617ee71515c963ee596f30ba 100644 (file)
@@ -48,16 +48,6 @@ package %w[mlocate nano whoopsie] do
   action :purge
 end
 
-# Remove screen-cleanup left behind by old release.
-link "/etc/init.d/screen-cleanup" do
-  action :delete
-end
-
-# Cleanup unused file
-file "/etc/systemd/system/cron.service.d/chef.conf" do
-  action :delete
-end
-
 # Configure cron to run in the local timezone of the machine
 systemd_service "cron-timezone" do
   service "cron"