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