From 22e0d2c6031bcc07f1c370314b9a29f8383bc0a5 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Thu, 4 Oct 2012 19:08:24 -0500 Subject: [PATCH] Use right parameter name --- manifests/zone.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [], ) {