From: Peter Palfrader Date: Mon, 19 May 2014 20:36:46 +0000 (+0200) Subject: Change order X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=57974b67d15e4a6c3b92280d49defca12afbe0d4;hp=3c45e75a007d6558427e6dab6f9ae1a9334585bb;p=mirror%2Fdsa-puppet.git Change order --- diff --git a/modules/named/files/common/named.conf.local b/modules/named/files/common/named.conf.local index d6781910a..d81194073 100644 --- a/modules/named/files/common/named.conf.local +++ b/modules/named/files/common/named.conf.local @@ -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";