From 3d55b77f3fe835b39af1b628ca78260903dc5cef Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 13 Jan 2011 18:12:25 +0000 Subject: move dns zone to a module in deployment --- deployment/dns/templates/mageia.fr.zone | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 deployment/dns/templates/mageia.fr.zone (limited to 'deployment/dns/templates/mageia.fr.zone') diff --git a/deployment/dns/templates/mageia.fr.zone b/deployment/dns/templates/mageia.fr.zone new file mode 100644 index 00000000..70ecc840 --- /dev/null +++ b/deployment/dns/templates/mageia.fr.zone @@ -0,0 +1,27 @@ +; cfengine-distributed file +; local modifications will be lost +; $Id$ +$TTL 3D +@ IN SOA ns0.mageia.org. mageia.fr. ( + 2010110200 ; Serial + 21600 ; Refresh + 3600 ; Retry + 2419200 ; Expire + 86400 ; Minmun TTL + ) + +; nameservers +@ IN NS ns0.mageia.org. +@ IN NS ns1.mageia.org. + +@ IN MX 10 mx0.zarb.org. +@ IN MX 20 mx1.zarb.org. + +; MX +;@ IN MX 10 mx0.zarb.org. + +; machines +mageia.fr. IN A 212.85.158.22 + +; aliases +www IN CNAME mageia.fr. -- cgit v1.2.1