aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-02 13:16:01 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-02 13:16:01 +0000
commitb04fb7d5e71a916b7e111cc4d9272b7305658d28 (patch)
tree4feb556a99c6b75e061f3b029e4f6691718c4162 /modules/bind
parentf1c2681ca0458ffcba622f6a45d0ca29e57e3c70 (diff)
downloadpuppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar
puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar.gz
puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar.bz2
puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.tar.xz
puppet-b04fb7d5e71a916b7e111cc4d9272b7305658d28.zip
dns servers moved to ns0.mageia.org and ns1.mageia.org
Diffstat (limited to 'modules/bind')
-rw-r--r--modules/bind/templates/zones/mageia.fr.zone8
-rw-r--r--modules/bind/templates/zones/mageia.org.zone6
2 files changed, 7 insertions, 7 deletions
diff --git a/modules/bind/templates/zones/mageia.fr.zone b/modules/bind/templates/zones/mageia.fr.zone
index fc6d6f59..70ecc840 100644
--- a/modules/bind/templates/zones/mageia.fr.zone
+++ b/modules/bind/templates/zones/mageia.fr.zone
@@ -2,8 +2,8 @@
; local modifications will be lost
; $Id$
$TTL 3D
-@ IN SOA ns0.zarb.org. mageia.fr. (
- 2008111801 ; Serial
+@ IN SOA ns0.mageia.org. mageia.fr. (
+ 2010110200 ; Serial
21600 ; Refresh
3600 ; Retry
2419200 ; Expire
@@ -11,8 +11,8 @@ $TTL 3D
)
; nameservers
-@ IN NS ns0.zarb.org.
-@ IN NS ns1.zarb.org.
+@ IN NS ns0.mageia.org.
+@ IN NS ns1.mageia.org.
@ IN MX 10 mx0.zarb.org.
@ IN MX 20 mx1.zarb.org.
diff --git a/modules/bind/templates/zones/mageia.org.zone b/modules/bind/templates/zones/mageia.org.zone
index 796e6592..c50cb20a 100644
--- a/modules/bind/templates/zones/mageia.org.zone
+++ b/modules/bind/templates/zones/mageia.org.zone
@@ -3,7 +3,7 @@
; $Id$
$TTL 3D
@ IN SOA ns0.zarb.org. mageia.org. (
- 2010110200 ; Serial
+ 2010110201 ; Serial
21600 ; Refresh
3600 ; Retry
2419200 ; Expire
@@ -11,8 +11,8 @@ $TTL 3D
)
; nameservers
-@ IN NS ns0.zarb.org.
-@ IN NS ns1.zarb.org.
+@ IN NS ns0.mageia.org.
+@ IN NS ns1.mageia.org.
@ IN MX 10 mx0.zarb.org.
@ IN MX 20 mx1.zarb.org.