From: Grant Slater <github@firefishy.com>
Date: Mon, 2 Dec 2024 17:32:26 +0000 (+0000)
Subject: exonetric hosted serial console no longer available
X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/53cf48452cdc8837099eda559d8f919667613ea6

exonetric hosted serial console no longer available
---

diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb
index 69afc73ff..0dafc1f91 100644
--- a/cookbooks/hardware/recipes/default.rb
+++ b/cookbooks/hardware/recipes/default.rb
@@ -56,7 +56,7 @@ end
 
 units = []
 
-if node[:roles].include?("bytemark") || node[:roles].include?("exonetric") || node[:roles].include?("prgmr")
+if node[:roles].include?("bytemark")
   units << "0"
 end