summaryrefslogtreecommitdiff
path: root/manifests/record.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-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,
) {