summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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',