Revert "hardware sensors munin plugin restart munin-async daemon"
authorPeter Palfrader <peter@palfrader.org>
Fri, 13 Jun 2014 14:05:57 +0000 (16:05 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 13 Jun 2014 14:05:57 +0000 (16:05 +0200)
This reverts commit 2b17be6ea94945aef6426160a5b5c3152bd53432.  This
doesn't do anything by itself so far.

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
-       }
 }