]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Avoid installing aacraid-status on Ubuntu 22.04"
authorTom Hughes <tom@compton.nu>
Mon, 4 Jul 2022 23:45:26 +0000 (00:45 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 4 Jul 2022 23:45:26 +0000 (00:45 +0100)
This reverts commit 9ea8db68462908a53d1721e34f6aaff3645d595b.

cookbooks/hardware/recipes/default.rb

index 7e403a0d62d9d815561ecc6b17b3680e637e0ae9..49af1f52eb069d672839c0ec40ebb27f6cf1d864 100644 (file)
@@ -242,7 +242,7 @@ if node[:virtualization][:role] != "guest" ||
       status_packages["megaclisas-status"] ||= []
     when "aacraid"
       tools_packages << "arcconf"
-      status_packages["aacraid-status"] ||= [] if node[:lsb][:release].to_f < 22.04
+      status_packages["aacraid-status"] ||= []
     when "arcmsr"
       tools_packages << "areca"
     end