From db254998698275d3fe4db22687b82d94e9e3d35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 17 Feb 2022 10:15:26 +0100 Subject: profile publish_dns fix PTR record data. --- manifests/publish_dns.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/publish_dns.pp') 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}.", } } -- cgit v1.2.3