fixed syntax error causing bind to fail to start
authorAndy Witter <awitter@georgialibraries.org>
Thu, 13 Dec 2012 16:21:49 +0000 (11:21 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 13 Dec 2012 16:21:49 +0000 (11:21 -0500)
templates/lvs/bind/named.conf.local-master
templates/lvs/bind/named.conf.local-slave

index 2bf6cda..58b87b1 100644 (file)
@@ -26,6 +26,6 @@ zone "_REV_PRIVATE_NET.in-addr.arpa" {
                 127.0.0.1;
                 _MY_IP;
                 _LVS02_PRIVATE_IP;
-                }
+                };
         notify yes;
 };
index eaf5a75..8a7d8cb 100644 (file)
@@ -26,6 +26,6 @@ zone "_REV_PRIVATE_NET.in-addr.arpa" {
         allow-transfer {
                 127.0.0.1;
                 _MY_IP;
-                }
+                };
         notify yes;
 };