From: Tom Hughes Date: Wed, 7 Dec 2022 19:14:30 +0000 (+0000) Subject: Remove some old cleanup code X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2627a7faf566c1bf79f2b7a02f7cd9287120996f Remove some old cleanup code --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index ee13978a5..8c7c63373 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -114,10 +114,6 @@ systemd_service "renderd" do restart "on-failure" end -systemd_service "renderd" do - action :delete -end - service "renderd" do action [:enable, :start] subscribes :restart, "systemd_service[renderd]" diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 6265f4f30..892da9597 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -42,10 +42,6 @@ end nodejs_package "svgo" -file "/etc/cron.hourly/passenger" do - action :delete -end - rails_directory = "#{node[:web][:base_directory]}/rails" matomo = data_bag_item("web", "matomo")