Change order
authorPeter Palfrader <peter@palfrader.org>
Mon, 19 May 2014 20:36:46 +0000 (22:36 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 19 May 2014 20:36:46 +0000 (22:36 +0200)
modules/named/files/common/named.conf.local

index d678191..d811940 100644 (file)
@@ -3,9 +3,6 @@
 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 //
 
-include "/etc/bind/named.conf.acl";
-include "/etc/bind/geodns/named.conf.geo";
-
 zone "29.172.in-addr.arpa" {
         type slave;
         notify no;
@@ -17,3 +14,6 @@ zone "29.172.in-addr.arpa" {
         allow-query { any; };
         allow-transfer { };
 };
+
+include "/etc/bind/named.conf.acl";
+include "/etc/bind/geodns/named.conf.geo";