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