summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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 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],
}