aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/sensors.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/sensors.pp')
-rw-r--r--manifests/subsystem/sensors.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/sensors.pp b/manifests/subsystem/sensors.pp
index 9b50d9b..104a0f5 100644
--- a/manifests/subsystem/sensors.pp
+++ b/manifests/subsystem/sensors.pp
@@ -46,7 +46,7 @@ class nodo::subsystem::sensors {
# https://wiki.archlinux.org/title/Lm_sensors#S.M.A.R.T._drive_temperature
# https://github.com/philipl/drivetemp
- $drivetemp = lookup('nodo::sensors::drivetemp', undef, undef, 'present')
+ $drivetemp = lookup('nodo::sensors::drivetemp', undef, undef, true)
nodo::subsystem::modprobe::module { 'drivetemp':
ensure => $drivetemp,