summaryrefslogtreecommitdiff
path: root/manifests/target/fqdn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/target/fqdn.pp')
-rw-r--r--manifests/target/fqdn.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/target/fqdn.pp b/manifests/target/fqdn.pp
index acac5d6..2521533 100644
--- a/manifests/target/fqdn.pp
+++ b/manifests/target/fqdn.pp
@@ -1,5 +1,3 @@
class nagios::target::fqdn inherits nagios::target {
-
- Nagios_host["${fqdn}"] { address => "${fqdn}" }
-
+ Nagios_host[$::fqdn] { address => $::fqdn }
}