]> git.openstreetmap.org Git - chef.git/commitdiff
Drop cleanup code
authorTom Hughes <tom@compton.nu>
Fri, 6 Sep 2024 10:55:28 +0000 (11:55 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 6 Sep 2024 10:55:37 +0000 (11:55 +0100)
cookbooks/hardware/recipes/default.rb
cookbooks/otrs/recipes/default.rb
cookbooks/tile/recipes/default.rb

index 6ea634ee9e088010fdce78588957b5d759f0ce29..2fbf301418faae2419c3387ef7da68dee84f8cff 100644 (file)
@@ -465,10 +465,6 @@ end
 disks = disks.compact.uniq
 
 if disks.count.positive?
-  apt_preference "smartmontools" do
-    action :remove
-  end
-
   package "smartmontools"
 
   template "/etc/cron.daily/update-smart-drivedb" do
index 5ba8c1951a76dceb695a86c1a325a08960b881dc..1b3e5810b5fd829cd0bb3e67d7000717ec6281a2 100644 (file)
@@ -63,10 +63,6 @@ template "/etc/dbconfig-common/otrs2.conf" do
             :database_cluster => database_cluster
 end
 
-apt_preference "otrs2" do
-  action :remove
-end
-
 apt_package "otrs2"
 
 # Ensure debconf is repopulated on a dbconfig change
index 6d58bf8067de22de21f17815426a6bd92541db51..2ebcbf041376ac00102ff9fc43b4bb7cd1884477 100644 (file)
@@ -505,10 +505,6 @@ directory "/var/log/tile" do
   mode "755"
 end
 
-apt_preference "osm2pgsql" do
-  action :remove
-end
-
 package %w[
   osm2pgsql
   osmium-tool