From 777280b61f312d00aa7c5c4cf2b3b81d85e66469 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 9 Dec 2016 10:53:23 +0000 Subject: [PATCH] Ignore OVH nonsense about ttyS2 being the console --- cookbooks/hardware/recipes/default.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index f9f76cd46..cc46376f4 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -52,8 +52,6 @@ units = [] if node[:roles].include?("bytemark") || node[:roles].include?("exonetric") units << "0" -elsif node[:roles].include?("ovh") - units << "2" end case manufacturer @@ -80,7 +78,7 @@ when "TYAN Computer Corporation" units << "0" when "Supermicro" case product - when "H8DGU", "X9SCD", "X7DBU", "X7DW3", "X9DR7/E-(J)LN4F", "X9DR3-F", "X9DRW", "SYS-2028U-TN24R4T+" + when "H8DGU", "X9SCD", "X7DBU", "X7DW3", "X9DR7/E-(J)LN4F", "X9DR3-F", "X9DRW", "SYS-2028U-TN24R4T+", "Super Server" units << "1" else units << "0" -- 2.43.2