]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/hardware/manifests/sensors.pp
hardware sensors munin plugin restart munin-async daemon
[dsa-puppet.git] / modules / hardware / manifests / sensors.pp
index b52b95e8597c8e4adab39645fbd0a477dac2b20e..487d7ce53a2035bb67b41a6b69dad63b1fcb9cf9 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
+       }
 }