diff options
author | mh <mh@immerda.ch> | 2008-05-06 23:46:39 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-05-06 23:46:39 +0000 |
commit | 9c6bb448718af0e9623078152c7dc4f39139b765 (patch) | |
tree | df0e2891a243b11e2a1ea3a345a7b8b229e1aa23 | |
parent | bdc901170a9752dc736d94b56280181333ab7cf4 (diff) |
fixed 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 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], } |