class { 'smartmontools': }
}
- package { [ 'lm-sensors', ]:
+ package { [
+ 'lm-sensors',
+ ]:
ensure => present,
}
+ $downtimed = lookup('nodo::downtimed', undef, undef, 'absent')
+
+ # Useful to track downtimes
+ #
+ # Check https://tracker.debian.org/pkg/downtimed
+ # https://packages.debian.org/bookworm/downtimed
+ # https://dist.epipe.com/downtimed/
+ package { [
+ 'downtimed',
+ ]:
+ ensure => $downtimed,
+ }
+
# Deprecated
package { [
'hddtemp',