From 240c9575f96be10acd3339ec625930d7eed3ef32 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 20 Oct 2017 21:27:02 +0100 Subject: [PATCH] Load nct6775 sensor module on vial --- roles/vial.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/vial.rb b/roles/vial.rb index 82012eb3b..7cb059a59 100644 --- a/roles/vial.rb +++ b/roles/vial.rb @@ -18,6 +18,9 @@ default_attributes( } } }, + :hardware => { + :modules => %w[nct6775] + }, :munin => { :plugins => { :sensors_temp => { -- 2.43.2