summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/publish_dns.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/publish_dns.pp b/manifests/publish_dns.pp
index 40860fa..5179317 100644
--- a/manifests/publish_dns.pp
+++ b/manifests/publish_dns.pp
@@ -17,7 +17,7 @@ class profiles::publish_dns (
type => 'PTR',
zone => $zone,
key => $record,
- value => $::fqdn,
+ value => "${::fqdn}.",
}
}