Revert "hardware sensors munin plugin restart munin-async daemon"
[mirror/dsa-puppet.git] / modules / hardware / manifests / sensors.pp
index 487d7ce..b52b95e 100644 (file)
@@ -3,8 +3,4 @@ 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
-       }
 }