diff options
Diffstat (limited to 'manifests/base/physical.pp')
-rw-r--r-- | manifests/base/physical.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/base/physical.pp b/manifests/base/physical.pp index f2ab477..eae94a4 100644 --- a/manifests/base/physical.pp +++ b/manifests/base/physical.pp @@ -11,6 +11,11 @@ class nodo::base::physical inherits nodo::base::host { config => "user root\ngroup disk", } + munin::plugin { 'hddtemp_smartctl': + ensure => present, + config => "user root\ngroup disk\nenv.drives sda", + } + package { 'lm-sensors': ensure => present, } |