class nodo::base::physical inherits nodo::base::host { $smartmontools = lookup('nodo::smartmontools', undef, undef, true) if $smartmontools == true { class { 'smartmontools': } } package { [ 'lm-sensors', 'hddtemp' ]: ensure => present, } }