]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add bugs to geo zones
authorPeter Palfrader <peter@palfrader.org>
Fri, 25 Sep 2009 09:03:51 +0000 (11:03 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 25 Sep 2009 09:03:51 +0000 (11:03 +0200)
modules/geodns/files/common/named.conf.geo
modules/geodns/files/common/recvconf.files

index 9f28c536deadca1ec069c2ce745a2dd903bbd162..13f6836e73e74427937b47eae41d1dd2a73bc168 100644 (file)
@@ -22,6 +22,14 @@ view "AF" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org.AF";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org.AF";
@@ -66,6 +74,14 @@ view "AN" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org.AN";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org.AN";
@@ -110,6 +126,14 @@ view "AS" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org.AS";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org.AS";
@@ -154,6 +178,14 @@ view "EU" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org.EU";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org.EU";
@@ -198,6 +230,14 @@ view "NA" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org.NA";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org.NA";
@@ -242,6 +282,14 @@ view "OC" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org.OC";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org.OC";
@@ -286,6 +334,14 @@ view "SA" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org.SA";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org.SA";
@@ -330,6 +386,14 @@ view "default" {
     allow-transfer { };
   };
 
+  zone "bugs.debian.org" {
+    type master;
+    file "/etc/bind/geodns/db.bugs.debian.org";
+    notify no;
+    allow-query { any; };
+    allow-transfer { };
+  };
+
   zone "www.geo.debian.org" {
     type master;
     file "/etc/bind/geodns/db.www.debian.org";
index a14f73dfab986af2c944a26fb77037070c0f4461..9c6667b6c8a05398ff0f67c600b70220bc1b5589 100644 (file)
@@ -3,6 +3,54 @@
 # dsa-puppet/modules/geodns/files/common/recvconf.files
 # you probably do not want to edit it manually wherever you find it
 
+file etc/bind/geodns/db.bugs.debian.org.AN
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org.AN
+    postcommand sudo /etc/init.d/bind9 reload
+file etc/bind/geodns/db.bugs.debian.org.SA
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org.SA
+    postcommand sudo /etc/init.d/bind9 reload
+file etc/bind/geodns/db.bugs.debian.org.OC
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org.OC
+    postcommand sudo /etc/init.d/bind9 reload
+file etc/bind/geodns/db.bugs.debian.org.AS
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org.AS
+    postcommand sudo /etc/init.d/bind9 reload
+file etc/bind/geodns/db.bugs.debian.org.AF
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org.AF
+    postcommand sudo /etc/init.d/bind9 reload
+file etc/bind/geodns/db.bugs.debian.org
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org
+    postcommand sudo /etc/init.d/bind9 reload
+file etc/bind/geodns/db.bugs.debian.org.EU
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org.EU
+    postcommand sudo /etc/init.d/bind9 reload
+file etc/bind/geodns/db.bugs.debian.org.NA
+    perms 0644
+    user geodnssync
+    group geodnssync
+    precommand /usr/sbin/named-checkzone -q -k fail -n fail -S fail -i full -m fail -M fail bugs.debian.org etc/bind/geodns/db.bugs.debian.org.NA
+    postcommand sudo /etc/init.d/bind9 reload
 file etc/bind/geodns/db.packages.debian.org.AN
     perms 0644
     user geodnssync