summaryrefslogtreecommitdiff
path: root/manifests/record.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 14:22:09 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 14:22:09 +0200
commit711238f45f3e1d7db3f27d30695c41d021771491 (patch)
tree1c1a0cee8579fe59cf48465a68ea82520ad539c8 /manifests/record.pp
parentPropagate binaries. (diff)
downloaddns-711238f45f3e1d7db3f27d30695c41d021771491.tar.gz
dns-711238f45f3e1d7db3f27d30695c41d021771491.tar.xz
Create zones and records.
Diffstat (limited to 'manifests/record.pp')
-rw-r--r--manifests/record.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/record.pp b/manifests/record.pp
index e844cd4..aaac0e0 100644
--- a/manifests/record.pp
+++ b/manifests/record.pp
@@ -35,7 +35,7 @@ define dns::record (
Dns::Rr $type,
String $value,
Dns::Class $cls = 'IN',
- String $key = $name,
+ String $key = '@',
Optional[Dns::Ttl] $ttl = undef,
Boolean $duplicate = false,
) {