From afa6fa19428f93d35832cdf006d6e3b6e64e2b6f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 29 Jul 2016 10:14:02 -0300 Subject: Manages hddtemp into nodo::base::physical --- manifests/base/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/base') 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, } } -- cgit v1.2.3