]> git.openstreetmap.org Git - chef.git/commitdiff
Remove some old cleanup code
authorTom Hughes <tom@compton.nu>
Sun, 15 Oct 2023 11:19:13 +0000 (12:19 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 15 Oct 2023 11:19:51 +0000 (12:19 +0100)
cookbooks/postgresql/recipes/default.rb

index ed58edb717a89dc96c8ae3500434a10ab1d49a50..6d966cd33838f42df91e1e28feefe5d104bbf610 100644 (file)
@@ -108,10 +108,6 @@ ohai_plugin "postgresql" do
   template "ohai.rb.erb"
 end
 
-file "/etc/prometheus/exporters/postgres_queries.yml" do
-  action :delete
-end
-
 package "pgtop"
 package "libdbd-pg-perl"
 
@@ -190,11 +186,3 @@ clusters.each do |name, details|
     conf_variables :port => details[:port]
   end
 end
-
-service "prometheus-postgres-exporter" do
-  action [:stop, :disable]
-end
-
-systemd_service "prometheus-postgres-exporter" do
-  action :delete
-end