From f91eb31cdc7a0bef4ea187a82ddfe36af981f152 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 6 May 2008 23:48:21 +0000 Subject: fixed typo --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index d74ac0d..3ee1ed7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -244,7 +244,7 @@ define nagios::extra_host($ip, $nagios_alias, $host_use = 'generic-host', $paren } # just a wrapper to make the notify more easy -define nagios::comand( $command_line ){ +define nagios::command( $command_line ){ nagios_command{$name: command_line => $command, notify => Service[nagios], -- cgit v1.2.3