diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/000999.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/000999.html | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/000999.html b/zarb-ml/mageia-sysadm/2010-December/000999.html new file mode 100644 index 000000000..5a22dc8df --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/000999.html @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [492] add the reverse ipv6 zone + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B492%5D%20add%20the%20reverse%20ipv6%20zone&In-Reply-To=%3C20101201200655.390D23FDA4%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001015.html"> + <LINK REL="Next" HREF="001000.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [492] add the reverse ipv6 zone</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B492%5D%20add%20the%20reverse%20ipv6%20zone&In-Reply-To=%3C20101201200655.390D23FDA4%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [492] add the reverse ipv6 zone">root at mageia.org + </A><BR> + <I>Wed Dec 1 21:06:55 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001015.html">[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools +</A></li> + <LI>Next message: <A HREF="001000.html">[Mageia-sysadm] [493] factorization of the dns server class ( since we use puppet to +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#999">[ date ]</a> + <a href="thread.html#999">[ thread ]</a> + <a href="subject.html#999">[ subject ]</a> + <a href="author.html#999">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 492 +Author: misc +Date: 2010-12-01 21:06:54 +0100 (Wed, 01 Dec 2010) +Log Message: +----------- +add the reverse ipv6 zone + +Modified Paths: +-------------- + puppet/manifests/nodes.pp + puppet/modules/bind/manifests/init.pp + +Modified: puppet/manifests/nodes.pp +=================================================================== +--- puppet/manifests/nodes.pp 2010-12-01 13:06:38 UTC (rev 491) ++++ puppet/manifests/nodes.pp 2010-12-01 20:06:54 UTC (rev 492) +@@ -49,6 +49,7 @@ + include postgresql + bind::zone_master { "mageia.org": } + bind::zone_master { "mageia.fr": } ++ bind::zone_reverse { "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa": } + timezone::timezone { "Europe/Paris": } + + include catdap +@@ -102,6 +103,7 @@ + include bind::bind_master + bind::zone_master { "mageia.org": } + bind::zone_master { "mageia.fr": } ++ bind::zone_reverse { "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa": } + timezone::timezone { "Europe/Paris": } + # Other services running on this server : + # - meetbot + +Modified: puppet/modules/bind/manifests/init.pp +=================================================================== +--- puppet/modules/bind/manifests/init.pp 2010-12-01 13:06:38 UTC (rev 491) ++++ puppet/modules/bind/manifests/init.pp 2010-12-01 20:06:54 UTC (rev 492) +@@ -42,6 +42,19 @@ + } + } + ++ define zone_reverse { ++ file { "/var/lib/named/var/named/reverse/$name.zone": ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bind/zones/$name.zone"), ++ require => Package[bind], ++ notify => Service[named] ++ } ++ } ++ ++ + class bind_master inherits bind_base { + file { '/var/lib/named/etc/named.conf': + content => template("bind/named_base.conf", "bind/named_master.conf"), +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101201/e94c8dae/attachment.html> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001015.html">[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools +</A></li> + <LI>Next message: <A HREF="001000.html">[Mageia-sysadm] [493] factorization of the dns server class ( since we use puppet to +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#999">[ date ]</a> + <a href="thread.html#999">[ thread ]</a> + <a href="subject.html#999">[ subject ]</a> + <a href="author.html#999">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |