projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b17be6
)
Revert "hardware sensors munin plugin restart munin-async daemon"
author
Peter Palfrader
<peter@palfrader.org>
Fri, 13 Jun 2014 14:05:57 +0000
(16:05 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/sensors.pp
b/modules/hardware/manifests/sensors.pp
index
487d7ce
..
b52b95e
100644
(file)
--- a/
modules/hardware/manifests/sensors.pp
+++ b/
modules/hardware/manifests/sensors.pp
@@
-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
- }
}