X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Fmanifests%2Fclient.pp;h=33808c45a44752d7567102aab65768c108143c89;hb=24409d094a53a1ef3c4abeaf707541a00c24f800;hp=56a8d04ac38478000832396e428254f9b65707d9;hpb=2010e6ccd3dfcfaa63ccc66f56c703029b38cdfe;p=mirror%2Fdsa-puppet.git diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index 56a8d04ac..33808c45a 100644 --- 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, ; }