]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/geodns/files/common/named.conf.geo
do not notify
[dsa-puppet.git] / modules / geodns / files / common / named.conf.geo
1 //
2 // THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 //
5
6 view 'Africa' {
7         match-clients {
8                 Africa;
9         };
10         recursion no;
11         zone "security.debian.org" {
12                 type master;
13                 file "/etc/bind/db.security.debian.org.AF";
14                 notify no;
15         };
16         zone "security.geo.debian.org" {
17                 type master;
18                 file "/etc/bind/db.security.debian.org.AF";
19                 notify no;
20         };
21 };
22
23 view 'Asia' {
24         match-clients {
25                 Asia;
26         };
27         recursion no;
28         zone "security.debian.org" {
29                 type master;
30                 file "/etc/bind/db.security.debian.org.AS";
31                 notify no;
32         };
33         zone "security.geo.debian.org" {
34                 type master;
35                 file "/etc/bind/db.security.debian.org.AS";
36                 notify no;
37         };
38 };
39
40 view 'Europe' {
41         match-clients { 
42                 Europe; 
43         };
44         recursion no;
45         zone "security.debian.org" {
46                 type master;
47                 file "/etc/bind/db.security.debian.org.EU";
48                 notify no;
49         };
50         zone "security.geo.debian.org" {
51                 type master;
52                 file "/etc/bind/db.security.debian.org.EU";
53                 notify no;
54         };
55 };
56
57 view 'NorthAmerica' {
58         match-clients {
59                 NorthAmerica;
60         };
61         recursion no;
62         zone "security.debian.org" {
63                 type master;
64                 file "/etc/bind/db.security.debian.org.NA";
65                 notify no;
66         };
67         zone "security.geo.debian.org" {
68                 type master;
69                 file "/etc/bind/db.security.debian.org.NA";
70                 notify no;
71         };
72 };
73 view 'SouthAmerica' {
74         match-clients {
75                 SouthAmerica;
76         };
77         recursion no;
78         zone "security.debian.org" {
79                 type master;
80                 file "/etc/bind/db.security.debian.org.SA";
81                 notify no;
82         };
83         zone "security.geo.debian.org" {
84                 type master;
85                 file "/etc/bind/db.security.debian.org.SA";
86                 notify no;
87         };
88 };
89 view 'Oceania' {
90         match-clients {
91                 Oceania;
92         };
93         recursion no;
94         zone "security.debian.org" {
95                 type master;
96                 file "/etc/bind/db.security.debian.org.OC";
97                 notify no;
98         };
99         zone "security.geo.debian.org" {
100                 type master;
101                 file "/etc/bind/db.security.debian.org.OC";
102                 notify no;
103         };
104 };
105 view 'Antarctica' {
106         match-clients {
107                 Antarctica;
108         };
109         recursion no;
110         zone "security.debian.org" {
111                 type master;
112                 file "/etc/bind/db.security.debian.org.AN";
113                 notify no;
114         };
115         zone "security.geo.debian.org" {
116                 type master;
117                 file "/etc/bind/db.security.debian.org.AN";
118                 notify no;
119         };
120 };
121 view "other" {
122         match-clients { any; };
123         recursion no;
124         zone "security.debian.org" {
125                 type master;
126                 file "/etc/bind/db.security.debian.org";
127                 notify no;
128         };
129         zone "security.geo.debian.org" {
130                 type master;
131                 file "/etc/bind/db.security.debian.org";
132                 notify no;
133         };
134 };