From 510d1967a0f5046c1122caf509f8fe001e46e79e Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 24 Jul 2008 14:10:29 +0000 Subject: don't export the define, it will exported within --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index a94e41b..8461998 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -223,7 +223,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' ) { - @@nagios::host{$name: + nagios::host{$name: ip => $ip, nagios_alias => $nagios_alias, use => $use, -- cgit v1.2.3