diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/base/physical.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base/physical.pp b/manifests/base/physical.pp index f533188..8c3b1c4 100644 --- a/manifests/base/physical.pp +++ b/manifests/base/physical.pp @@ -5,7 +5,7 @@ class nodo::base::physical inherits nodo::base::host { class { 'smartmontools': } } - package { 'lm-sensors': + package { [ 'lm-sensors', 'hddtemp' ]: ensure => present, } } |