class nodo::base::physical inherits nodo::base::host { include nodo::subsystem::sensors # Downtime monitoring # # Check https://tracker.debian.org/pkg/downtimed # https://packages.debian.org/bookworm/downtimed # https://dist.epipe.com/downtimed/ $downtimed = lookup('nodo::downtimed', undef, undef, 'absent') package { [ 'downtimed', ]: ensure => $downtimed, } }