summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-06 23:48:21 +0000
committermh <mh@immerda.ch>2008-05-06 23:48:21 +0000
commitf91eb31cdc7a0bef4ea187a82ddfe36af981f152 (patch)
treee7cc887cb1f4a1a5d6f8416bd2cf657acc55c40d /manifests/init.pp
parent9c6bb448718af0e9623078152c7dc4f39139b765 (diff)
fixed typo
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 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],