diff options
author | mh <mh@immerda.ch> | 2008-07-24 14:10:29 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-24 14:10:29 +0000 |
commit | 510d1967a0f5046c1122caf509f8fe001e46e79e (patch) | |
tree | 018868e644d7157724674b6b11f9cfcf8018891a | |
parent | e4c0b2b13eb97c8c5c1edb9d8951bf0e4754de96 (diff) |
don't export the define, it will exported within
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |