From 26b6814ffe281c05c08427d0ac8b9f30151d13f2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 28 Apr 2015 20:44:37 +0100 Subject: [PATCH] Remove w83793 watchdog from 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 2565f1eed..b945ddb65 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 w83793), + :modules => %w(i2c_i801 jc42), :sensors => { "jc42-*" => { :temps => { -- 2.39.5