summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-24 14:10:29 +0000
committermh <mh@immerda.ch>2008-07-24 14:10:29 +0000
commit510d1967a0f5046c1122caf509f8fe001e46e79e (patch)
tree018868e644d7157724674b6b11f9cfcf8018891a /manifests/init.pp
parente4c0b2b13eb97c8c5c1edb9d8951bf0e4754de96 (diff)
don't export the define, it will exported within
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 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,