diff --git a/manifests/zone.pp b/manifests/zone.pp index 606ca8c..d70a5f7 100644 --- a/manifests/zone.pp +++ b/manifests/zone.pp @@ -5,7 +5,7 @@ define bind::zone ( $allow_updates = [], $allow_transfers = [], $dnssec = false, - $notify_ns = true, + $ns_notify = true, $also_notify = [], $allow_notify = [], ) {