From: Tom Hughes Date: Tue, 7 Nov 2017 22:44:44 +0000 (+0000) Subject: Disable sensors on vial that are reading nonsensical values X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/79d28ce14b4c7cf3d964d07879928cd2811fd01c Disable sensors on vial that are reading nonsensical values --- diff --git a/roles/vial.rb b/roles/vial.rb index a7a655a44..25403df8d 100644 --- a/roles/vial.rb +++ b/roles/vial.rb @@ -23,6 +23,7 @@ default_attributes( :sensors => { "nct6779-isa-0290" => { :volts => { + "in0" => { :ignore => true }, "in1" => { :ignore => true }, "in4" => { :ignore => true }, "in5" => { :ignore => true }, @@ -39,6 +40,10 @@ default_attributes( "fan2" => { :ignore => true } }, :temps => { + "temp1" => { :ignore => true }, + "temp2" => { :ignore => true }, + "temp5" => { :ignore => true }, + "temp6" => { :ignore => true }, "temp7" => { :ignore => true }, "temp8" => { :ignore => true }, "temp9" => { :ignore => true },