From 551ba1f4c9d24c1d374c8df04d6101474bd59e52 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 May 2020 14:39:09 +0100 Subject: [PATCH] Use ttyS1 for serial console on all Supermicro servers --- cookbooks/hardware/recipes/default.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 48e816e0e..fe185248b 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -86,12 +86,7 @@ when "TYAN" when "TYAN Computer Corporation" units << "0" when "Supermicro" - case product - when "H8DGU", "X9SCD", "X7DBU", "X7DW3", "X9DR7/E-(J)LN4F", "X9DR3-F", "X9DRW", "SYS-1028U-TN10RT+", "SYS-2028U-TN24R4T+", "SYS-1029P-WTRT", "SYS-2029U-TN24R4T", "Super Server" - units << "1" - else - units << "0" - end + units << "1" when "IBM" units << "0" when "VMware, Inc." -- 2.43.2