]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add acl for nagios so it doesn't complain constantly. We can come up
authorStephen Gran <steve@lobefin.net>
Wed, 27 May 2009 17:59:44 +0000 (18:59 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 27 May 2009 17:59:44 +0000 (18:59 +0100)
with something nicer later.
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/files/common/named.conf.acl
modules/geodns/files/common/named.conf.geo

index d2c02bbbda8aab4ee58227f42e7a9a3a614eb5bc..7ee6711fbc75311792dda9c810519d179b302056 100644 (file)
@@ -3,6 +3,9 @@
 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 //
 
+acl Nagios {
+       192.25.206.33/32;
+};
 
 // Africa
 acl Africa {
index 47005a0c112de87a72860450af947df7841c2a48..8c65496d27031f175936a93ed03dd079a26e5334 100644 (file)
@@ -3,6 +3,23 @@
 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 //
 
+view "Nagios" {
+       match-clients {
+               Nagios;
+        };
+        recursion yes;
+        zone "security.debian.org" {
+                type master;
+                file "/etc/bind/db.security.debian.org.NA";
+               notify no;
+        };
+        zone "security.geo.debian.org" {
+                type master;
+                file "/etc/bind/db.security.debian.org.NA";
+               notify no;
+        };
+};
+
 view "Africa" {
        match-clients {
                Africa;