From a3ab936f82ce406520819d16fb8b8f3a8d6c1cad Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 5 Oct 2015 09:25:22 +0100 Subject: [PATCH] Load w83793 sensor module on Tyan S7010 machines --- roles/tyan-s7010.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index b945ddb65..2565f1eed 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -3,7 +3,7 @@ description "Role applied to machines using the Tyan S710 motherboard" default_attributes( :hardware => { - :modules => %w(i2c_i801 jc42), + :modules => %w(i2c_i801 jc42 w83793), :sensors => { "jc42-*" => { :temps => { -- 2.43.2