summaryrefslogtreecommitdiff
path: root/manifests/record.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 13:36:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 13:36:35 +0200
commit858a9dbc499ae872551238e0ec3d4b61cc4f6add (patch)
treebc56be2d5c99cee80ce56b9e73d5a068f3e78a50 /manifests/record.pp
parentwork (diff)
downloaddns-858a9dbc499ae872551238e0ec3d4b61cc4f6add.tar.gz
dns-858a9dbc499ae872551238e0ec3d4b61cc4f6add.tar.xz
Propagate binaries.
Diffstat (limited to 'manifests/record.pp')
-rw-r--r--manifests/record.pp13
1 files changed, 7 insertions, 6 deletions
diff --git a/manifests/record.pp b/manifests/record.pp
index f94d1c8..e844cd4 100644
--- a/manifests/record.pp
+++ b/manifests/record.pp
@@ -62,11 +62,12 @@ define dns::record (
}
dns_record2 { $name:
- type => $type,
- value => $value_,
- cls => $cls,
- zone => $zone,
- ttl => $ttl,
- key => $key,
+ type => $type,
+ value => $value_,
+ cls => $cls,
+ zone => $zone,
+ ttl => $ttl,
+ key => $key,
+ named_checkzone => $dns::checkzone,
}
}