summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-17 10:15:26 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-17 10:15:26 +0100
commitdb254998698275d3fe4db22687b82d94e9e3d35a (patch)
treecb93aea02a283ad5d268cb868c19c0bf6a5fced1
parentDNS reload zones. (diff)
downloadprofiles-db254998698275d3fe4db22687b82d94e9e3d35a.tar.gz
profiles-db254998698275d3fe4db22687b82d94e9e3d35a.tar.xz
profile publish_dns fix PTR record data.
-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}.",
}
}