From 9c6bb448718af0e9623078152c7dc4f39139b765 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 6 May 2008 23:46:39 +0000 Subject: fixed typo --- 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 da6aa8a..d74ac0d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -245,7 +245,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 ){ - nagios_command{$name + nagios_command{$name: command_line => $command, notify => Service[nagios], } -- cgit v1.2.3