]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 d6781910a226d03e8b85e051f7db7671e5b71390..d81194073fd74aa1ebf04bbe63d9c29755970e9d 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";