diff --git a/manifests/plugin/sensors.pp b/manifests/plugin/sensors.pp index acc4f31fe..a85421db5 100644 --- a/manifests/plugin/sensors.pp +++ b/manifests/plugin/sensors.pp @@ -7,6 +7,12 @@ $interval = undef, ) { + if $::osfamily == 'Redhat' { + package { 'collectd-sensors': + ensure => $ensure, + } + } + collectd::plugin {'sensors': ensure => $ensure, content => template('collectd/plugin/sensors.conf.erb'),