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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2041 - (show annotations) (download)
Sun Oct 16 16:00:19 2011 UTC (12 years, 5 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 zone "mageia.org" IN {
2 type master;
3 file "master/mageia.org.zone";
4 allow-update { none; };
5 };
6
7 <%
8 for tld in managed_tlds
9 %>
10
11 zone "mageia.<%= tld %>" IN {
12 type master;
13 file "master/mageia.<%= tld %>.zone";
14 allow-update { none; };
15 };
16
17 <% end %>
18
19 zone "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa" IN {
20 type master;
21 file "reverse/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone";
22 allow-update { none; };
23 };
24
25 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