From: Stephen Gran Date: Wed, 27 May 2009 18:22:26 +0000 (+0100) Subject: And fix the typo. Picky bind parser X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3fe0ae3651e9c0433fbe926d19eccc1bf15c259a;p=dsa-puppet.git And fix the typo. Picky bind parser Signed-off-by: Stephen Gran --- diff --git a/modules/geodns/files/common/named.conf.options b/modules/geodns/files/common/named.conf.options index eabf9239..7a90e66f 100644 --- a/modules/geodns/files/common/named.conf.options +++ b/modules/geodns/files/common/named.conf.options @@ -21,7 +21,7 @@ options { auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; - allow-recursion { Nagios; } + allow-recursion { Nagios; }; }; logging {