From b17387155d5cb2133a011292c30de860dac88c09 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 24 Jul 2008 14:42:05 +0000 Subject: fixing variable assigning* --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3