summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-25 19:42:34 +0000
committermh <mh@immerda.ch>2008-04-25 19:42:34 +0000
commitdd5594c89be39470e358709a3fadf6010096e6d3 (patch)
tree6a2510def1a21466b1489ca83c000a2219156d4c /manifests/init.pp
parentafed9676d7dd060102de66c86b1f743bded0f6fd (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 7d37965..33f57d3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -193,7 +193,7 @@ define nagios::host(
$ip = $fqdn,
$nagios_alias = $hostname,
$max_check_attempts = 4,
- $notification_interval => 120,
+ $notification_interval = 120,
$use = 'generic-host',
$nagios_contact_groups_in = $nagios_contact_groups,
$parents = 'localhost' )