summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-06 23:55:48 +0000
committermh <mh@immerda.ch>2008-05-06 23:55:48 +0000
commit61f1aeb806d43c7812c7736d7f7bf74465acc8de (patch)
tree6e19991a1c7a570393aaf001a5e073043e6427d8 /manifests/init.pp
parentf91eb31cdc7a0bef4ea187a82ddfe36af981f152 (diff)
fixed typo, too tired\!
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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],
}
}