hardware sensors munin plugin restart munin-async daemon
[mirror/dsa-puppet.git] / modules / hardware / manifests / sensors.pp
index b52b95e..487d7ce 100644 (file)
@@ -3,4 +3,8 @@ class hardware::sensors {
                package { 'lm-sensors': ensure => installed, }
                munin::check { 'sensors_temp': script => 'sensors_' }
        }
+       exec { 'invoke-rc.d munin-async restart':
+               path        => '/usr/bin:/usr/sbin:/bin:/sbin',
+               refreshonly => true
+       }
 }