From 51840ef4bddc309d05767b24832a8a891406d1da Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 25 Jan 2021 19:09:40 +0000 Subject: [PATCH] Ignore wild voltage sensor on shenron --- roles/shenron.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/shenron.rb b/roles/shenron.rb index b5cb9d559..9e94e5edd 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -10,6 +10,11 @@ default_attributes( } }, :hardware => { + :hwmon => { + "platform_it87_552" => { + :ignore => %w[in6] + } + }, :mcelog => { :enabled => false }, -- 2.39.5