diff options
author | mh <mh@immerda.ch> | 2008-05-06 21:07:14 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-05-06 21:07:14 +0000 |
commit | d8d8b12972fcecee4dccbfa31da69833189c9036 (patch) | |
tree | b5e164bb6db1990510d1247d0721c898f6391a37 | |
parent | f6f890fed8bc9d37840261a5f735a0e9b198418e (diff) |
fixed minor typo
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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], } } |