From: Stephen Gran Date: Tue, 23 Feb 2010 19:33:03 +0000 (+0000) Subject: and recursors should allow localnets ... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4a2bc172d444c83cb785db33651b69434957aad1;p=mirror%2Fdsa-puppet.git and recursors should allow localnets ... Signed-off-by: Stephen Gran --- diff --git a/modules/named/templates/named.conf.options.erb b/modules/named/templates/named.conf.options.erb index 457dcda20..a2f309e27 100644 --- a/modules/named/templates/named.conf.options.erb +++ b/modules/named/templates/named.conf.options.erb @@ -30,7 +30,7 @@ options { <%= allowed='Nagios; ' - if classes.include?('named::secondary') + if classes.include?('named::secondary') or classes.include?('named::recursor') allowed += 'localnets; ' end