summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-24 14:42:05 +0000
committermh <mh@immerda.ch>2008-07-24 14:42:05 +0000
commitb17387155d5cb2133a011292c30de860dac88c09 (patch)
tree55fdf05ea3cc93ccadec6c231d8166d1bbe6954b /manifests/init.pp
parent510d1967a0f5046c1122caf509f8fe001e46e79e (diff)
fixing variable assigning*
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 8461998..3cf1e22 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -222,7 +222,7 @@ define nagios::host(
# this will define a host which isn't managed by puppet.
# a ping serivce is automatically added
-define nagios::extra_host($ip, $nagios_alias, $host_use = 'generic-host', $parents = 'localhost' ) {
+define nagios::extra_host($ip, $nagios_alias, $use = 'generic-host', $parents = 'localhost' ) {
nagios::host{$name:
ip => $ip,
nagios_alias => $nagios_alias,