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:
2010e6c
)
and lenny has no /usr/sbin/service
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Jan 2012 13:03:52 +0000
(14:03 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Jan 2012 13:03:52 +0000
(14:03 +0100)
modules/nagios/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/nagios/manifests/client.pp
b/modules/nagios/manifests/client.pp
index
56a8d04
..
33808c4
100644
(file)
--- a/
modules/nagios/manifests/client.pp
+++ b/
modules/nagios/manifests/client.pp
@@
-54,6
+54,10
@@
class nagios::client inherits nagios {
refreshonly => true,
;
"service nagios-nrpe-server reload":
+# remove after lenny EOL (lenny has no service binary)
+# -cut-
+ command => "/etc/init.d/nagios-nrpe-server reload",
+# -cut-
refreshonly => true,
;
}