move lm-sensors to its own bundle, add to hardware systems

This commit is contained in:
Franzi 2021-06-05 12:23:09 +02:00
parent 5dde5d1642
commit 91cf6cd1e5
Signed by: kunsi
GPG key ID: 12E3D2136B818350
10 changed files with 27 additions and 13 deletions

View file

@ -77,7 +77,6 @@ if node.metadata.get('pacman/install_gui', False):
'rfkill': {},
'wpa_supplicant': {},
'wpa_actiond': {},
'lm_sensors': {},
}
for pkg, config in node.metadata.get('pacman/packages', {}).items():

View file

@ -1,11 +0,0 @@
defaults = {
'telegraf': {
'input_plugins': {
'builtin': {
'sensors': [{
'timeout': '2s',
}],
},
},
},
}