]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add zone video.debconf.debian.org to named.conf.geo
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 19 Jul 2009 11:14:03 +0000 (13:14 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 19 Jul 2009 11:14:03 +0000 (13:14 +0200)
modules/geodns/files/common/named.conf.geo

index 733e06b8cef518a2dda1f3572bed361b43d1641f..f42f35c167a8eaf54fcd3402ae3e12b3cab3376d 100644 (file)
@@ -22,6 +22,11 @@ view "AF" {
                 file "/etc/bind/geodns/db.security.debian.org.AF";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org.AF";
+                notify no;
+        };
 };
 
 view "AN" {
@@ -48,6 +53,11 @@ view "AN" {
                 file "/etc/bind/geodns/db.security.debian.org.AN";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org.AN";
+                notify no;
+        };
 };
 
 view "AS" {
@@ -74,6 +84,11 @@ view "AS" {
                 file "/etc/bind/geodns/db.security.debian.org.AS";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org.AS";
+                notify no;
+        };
 };
 
 view "EU" {
@@ -100,6 +115,11 @@ view "EU" {
                 file "/etc/bind/geodns/db.security.debian.org.EU";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org.EU";
+                notify no;
+        };
 };
 
 view "NA" {
@@ -126,6 +146,11 @@ view "NA" {
                 file "/etc/bind/geodns/db.security.debian.org.NA";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org.NA";
+                notify no;
+        };
 };
 
 view "OC" {
@@ -152,6 +177,11 @@ view "OC" {
                 file "/etc/bind/geodns/db.security.debian.org.OC";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org.OC";
+                notify no;
+        };
 };
 
 view "SA" {
@@ -178,6 +208,11 @@ view "SA" {
                 file "/etc/bind/geodns/db.security.debian.org.SA";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org.SA";
+                notify no;
+        };
 };
 
 view "default" {
@@ -204,5 +239,10 @@ view "default" {
                 file "/etc/bind/geodns/db.security.debian.org";
                 notify no;
         };
+        zone "video.debconf.debian.org" {
+                type master;
+                file "/etc/bind/geodns/db.security.debian.org";
+                notify no;
+        };
 };