summaryrefslogtreecommitdiff
path: root/manifests
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
parentwork (diff)
downloaddns-858a9dbc499ae872551238e0ec3d4b61cc4f6add.tar.gz
dns-858a9dbc499ae872551238e0ec3d4b61cc4f6add.tar.xz
Propagate binaries.
Diffstat (limited to '')
-rw-r--r--manifests/record.pp13
-rw-r--r--manifests/zone.pp4
2 files changed, 11 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,
}
}
diff --git a/manifests/zone.pp b/manifests/zone.pp
index bf35a52..eb2adbd 100644
--- a/manifests/zone.pp
+++ b/manifests/zone.pp
@@ -118,6 +118,10 @@ define dns::zone (
'seluser' => $seluser,
'show_diff' => $show_diff,
'ensure' => $ensure,
+ 'named_checkzone' => $dns::checkzone,
+ 'named_checkconf' => $dns::checkconf,
+ 'rndc' => $dns::rndc,
+ 'directory' => $dns::zone_directory,
}
if $ensure == 'present' {