From: Stephen Gran Date: Sat, 6 Feb 2010 13:37:39 +0000 (+0000) Subject: add new nagios server to bind acls X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0068ee1eef65302163f3cf34bffe0ac2708b5e46;p=dsa-puppet.git add new nagios server to bind acls Signed-off-by: Stephen Gran --- diff --git a/modules/named/files/common/named.conf.acl b/modules/named/files/common/named.conf.acl index 801b487d..2a957539 100644 --- a/modules/named/files/common/named.conf.acl +++ b/modules/named/files/common/named.conf.acl @@ -5,6 +5,7 @@ acl Nagios { 192.25.206.33/32; + 206.12.19.118/32; }; // Africa diff --git a/modules/named/files/common/named.conf.options-secondary b/modules/named/files/common/named.conf.options-secondary index 4182a48c..f3c6a4c9 100644 --- a/modules/named/files/common/named.conf.options-secondary +++ b/modules/named/files/common/named.conf.options-secondary @@ -6,8 +6,8 @@ options { directory "/var/cache/bind"; - allow-recursion { localnets; 192.25.206.33; }; - allow-query { localnets; 192.25.206.33; }; + allow-recursion { localnets; 192.25.206.33; 206.12.19.118; }; + allow-query { localnets; 192.25.206.33; 206.12.19.118; }; auth-nxdomain no; listen-on-v6 { any; }; diff --git a/modules/named/files/per-host/ravel.debian.org/named.conf.options-secondary b/modules/named/files/per-host/ravel.debian.org/named.conf.options-secondary index 5ac9edff..b3968866 100644 --- a/modules/named/files/per-host/ravel.debian.org/named.conf.options-secondary +++ b/modules/named/files/per-host/ravel.debian.org/named.conf.options-secondary @@ -13,8 +13,8 @@ acl debian-ubcece { options { directory "/var/cache/bind"; - allow-recursion { localnets; debian-ubcece; 192.25.206.33; }; - allow-query { localnets; debian-ubcece; 192.25.206.33; }; + allow-recursion { localnets; debian-ubcece; 192.25.206.33; 206.12.19.118; }; + allow-query { localnets; debian-ubcece; 192.25.206.33; 206.12.19.118; }; auth-nxdomain no; listen-on-v6 { any; };