]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
And fix the typo. Picky bind parser
authorStephen Gran <steve@lobefin.net>
Wed, 27 May 2009 18:22:26 +0000 (19:22 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 27 May 2009 18:22:26 +0000 (19:22 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/files/common/named.conf.options

index eabf92397d2f20956931515b69d5273d53bf524c..7a90e66f88ebcfb43d739b05d4fc84b7dcea34fd 100644 (file)
@@ -21,7 +21,7 @@ options {
 
         auth-nxdomain no;    # conform to RFC1035
         listen-on-v6 { any; };
-        allow-recursion { Nagios; }
+        allow-recursion { Nagios; };
 };
 
 logging {