Add allow-transfers to views

Views support an `allow-transfer` directive essentially identical to the one in
zones. Copy the code from `manifests/zone.pp` and `templates/zone.conf.erb` to
support it.
This commit is contained in:
Nate Riffe
2016-07-04 10:18:38 -05:00
parent cd6e0f8b9c
commit de1a021911
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ define bind::view (
$recursion_match_clients = 'any',
$recursion_match_destinations = '',
$recursion_match_only = false,
$allow_transfers = '',
$notify_source = '',
$also_notify = '',
$empty_zones = '',