/[adm]/puppet/modules/bind/templates/named_master.conf
ViewVC logotype

Annotation of /puppet/modules/bind/templates/named_master.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2041 - (hide annotations) (download)
Sun Oct 16 16:00:19 2011 UTC (12 years, 6 months ago) by pterjan
File size: 576 byte(s)
Add the new reverse zone to the two other places it needs to be added to
1 misc 38 zone "mageia.org" IN {
2 misc 27 type master;
3 misc 47 file "master/mageia.org.zone";
4 misc 27 allow-update { none; };
5     };
6    
7 misc 1806 <%
8     for tld in managed_tlds
9     %>
10    
11     zone "mageia.<%= tld %>" IN {
12 misc 27 type master;
13 misc 1806 file "master/mageia.<%= tld %>.zone";
14 misc 27 allow-update { none; };
15     };
16    
17 misc 1806 <% end %>
18    
19 misc 491 zone "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa" IN {
20 misc 496 type master;
21 misc 495 file "reverse/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone";
22 misc 491 allow-update { none; };
23 misc 494 };
24 misc 27
25 pterjan 2041 zone "2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa" IN {
26     type master;
27     file "reverse/2.1.0.0.0.0.0.1.b.0.e.0.1.0.a.2.ip6.arpa.zone";
28     allow-update { none; };
29     };

  ViewVC Help
Powered by ViewVC 1.1.30