Rename the views so I don't have to make code changes
[mirror/dsa-puppet.git] / modules / geodns / files / common / named.conf.options
index 0941dd1..7a90e66 100644 (file)
@@ -21,6 +21,7 @@ options {
 
         auth-nxdomain no;    # conform to RFC1035
         listen-on-v6 { any; };
+        allow-recursion { Nagios; };
 };
 
 logging {
@@ -30,7 +31,7 @@ logging {
                print-time yes;
                print-category yes;
        };
-       category queries { queries };
+       category queries { queries; };
        category lame-servers { null; };
 
 };