From d8d8b12972fcecee4dccbfa31da69833189c9036 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 6 May 2008 21:07:14 +0000 Subject: fixed minor typo --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index aa950b0..da5b6b2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -238,7 +238,7 @@ define nagios::extra_host($ip, $nagios_alias, $host_use = 'generic-host', $paren use => "generic-service", host_name => $ip, notification_period => "24x7", - service_description => "${alias}_check_ping" + service_description => "${alias}_check_ping", notify => Service[nagios], } } -- cgit v1.2.3