summaryrefslogtreecommitdiff
path: root/manifests/service
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-11-23 09:55:59 +0100
committermh <mh@immerda.ch>2012-11-23 09:55:59 +0100
commitba06c529b4584cdd4c31c388c674bcd37f07796c (patch)
tree98eea923fe209c95ce4fdf8340af0db097b06630 /manifests/service
parenta42cd0d304acf3e73c6a0d8b9c580fd503afe09a (diff)
export also the nagios host, so we can still use it remote
Diffstat (limited to 'manifests/service')
-rw-r--r--manifests/service/dns_host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/service/dns_host.pp b/manifests/service/dns_host.pp
index b103350..d243224 100644
--- a/manifests/service/dns_host.pp
+++ b/manifests/service/dns_host.pp
@@ -3,7 +3,7 @@ define nagios::service::dns_host(
$parent,
$ip
){
- nagios_host{$name:
+ @@nagios_host{$name:
address => $ip,
alias => $host_alias,
use => 'generic-host',