summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/001825.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001825.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/001825.html244
1 files changed, 244 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001825.html b/zarb-ml/mageia-sysadm/2011-January/001825.html
new file mode 100644
index 000000000..4af340006
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-January/001825.html
@@ -0,0 +1,244 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [743] move lists to a subdirectory deployment ( to separate them from pure module )
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B743%5D%20move%20lists%20to%20a%20subdirectory%20deployment%20%28%20to%0A%20separate%20them%20from%20pure%20module%20%29&In-Reply-To=%3C20110109111510.6552B41E38%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="001824.html">
+ <LINK REL="Next" HREF="001826.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [743] move lists to a subdirectory deployment ( to separate them from pure module )</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B743%5D%20move%20lists%20to%20a%20subdirectory%20deployment%20%28%20to%0A%20separate%20them%20from%20pure%20module%20%29&In-Reply-To=%3C20110109111510.6552B41E38%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [743] move lists to a subdirectory deployment ( to separate them from pure module )">root at mageia.org
+ </A><BR>
+ <I>Sun Jan 9 12:15:10 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001824.html">[Mageia-sysadm] [742] add vhost_simple, for handling simple checkout ( php, static website )
+</A></li>
+ <LI>Next message: <A HREF="001826.html">[Mageia-sysadm] [744] add some documentation about the layout
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1825">[ date ]</a>
+ <a href="thread.html#1825">[ thread ]</a>
+ <a href="subject.html#1825">[ subject ]</a>
+ <a href="author.html#1825">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 743
+Author: misc
+Date: 2011-01-09 12:15:10 +0100 (Sun, 09 Jan 2011)
+Log Message:
+-----------
+move lists to a subdirectory deployment ( to separate them from pure module )
+
+Modified Paths:
+--------------
+ puppet/manifests/nodes.pp
+
+Added Paths:
+-----------
+ puppet/deployment/
+ puppet/deployment/lists/
+ puppet/deployment/lists/manifests/
+ puppet/deployment/lists/manifests/init.pp
+
+Removed Paths:
+-------------
+ puppet/manifests/lists.pp
+
+Added: puppet/deployment/lists/manifests/init.pp
+===================================================================
+--- puppet/deployment/lists/manifests/init.pp (rev 0)
++++ puppet/deployment/lists/manifests/init.pp 2011-01-09 11:15:10 UTC (rev 743)
+@@ -0,0 +1,66 @@
++class lists {
++
++ # please check that the list use the proper code for
++ # language ( not to be confused with tld or country code )
++ sympa::public_list {&quot;i18n-af&quot;:
++ subject =&gt; &quot;List about translation to Afrikaans&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-de&quot;:
++ subject =&gt; &quot;List about translation to German&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-et&quot;:
++ subject =&gt; &quot;List about translation to Estonian&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-fr&quot;:
++ subject =&gt; &quot;List about translation to French&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-nl&quot;:
++ subject =&gt; &quot;List about translation to Dutch&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-pt_br&quot;:
++ subject =&gt; &quot;List about translation to Brazilian Portuguese&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-pl&quot;:
++ subject =&gt; &quot;List about translation to Polish&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-ru&quot;:
++ subject =&gt; &quot;List about translation to Russian&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++ sympa::public_list {&quot;i18n-tr&quot;:
++ subject =&gt; &quot;List about translation to Turkish&quot;,
++ topics =&gt; &quot;i18n&quot;,
++ }
++
++
++ sympa::announce_list_email {&quot;sysadmin-commits&quot;:
++ subject =&gt; &quot;List receiving commits mail from sysadmin team repository&quot;,
++ # FIXME change once we migrate
++ reply_to =&gt; &quot;mageia-sysadm@$domain&quot;,
++ sender_email =&gt; &quot;root@$domain&quot;,
++ topics =&gt; &quot;sysadmin&quot;,
++ }
++
++ sympa::announce_list_email {&quot;sysadmin-reports&quot;:
++ subject =&gt; &quot;List receiving automated reports from various pieces of infrastructure&quot;,
++ # FIXME change once we migrate
++ reply_to =&gt; &quot;mageia-sysadm@$domain&quot;,
++ sender_email =&gt; &quot;root@$domain&quot;,
++ topics =&gt; &quot;sysadmin&quot;,
++ }
++}
+
+Deleted: puppet/manifests/lists.pp
+===================================================================
+--- puppet/manifests/lists.pp 2011-01-09 11:15:08 UTC (rev 742)
++++ puppet/manifests/lists.pp 2011-01-09 11:15:10 UTC (rev 743)
+@@ -1,65 +0,0 @@
+-
+-# please check that the list use the proper code for
+-# language ( not to be confused with tld or country code )
+-sympa::public_list {&quot;i18n-af&quot;:
+- subject =&gt; &quot;List about translation to Afrikaans&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-de&quot;:
+- subject =&gt; &quot;List about translation to German&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-et&quot;:
+- subject =&gt; &quot;List about translation to Estonian&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-fr&quot;:
+- subject =&gt; &quot;List about translation to French&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-nl&quot;:
+- subject =&gt; &quot;List about translation to Dutch&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-pt_br&quot;:
+- subject =&gt; &quot;List about translation to Brazilian Portuguese&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-pl&quot;:
+- subject =&gt; &quot;List about translation to Polish&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-ru&quot;:
+- subject =&gt; &quot;List about translation to Russian&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-sympa::public_list {&quot;i18n-tr&quot;:
+- subject =&gt; &quot;List about translation to Turkish&quot;,
+- topics =&gt; &quot;i18n&quot;,
+-}
+-
+-
+-sympa::announce_list_email {&quot;sysadmin-commits&quot;:
+- subject =&gt; &quot;List receiving commits mail from sysadmin team repository&quot;,
+- # FIXME change once we migrate
+- reply_to =&gt; &quot;mageia-sysadm@$domain&quot;,
+- sender_email =&gt; &quot;root@$domain&quot;,
+- topics =&gt; &quot;sysadmin&quot;,
+-}
+-
+-sympa::announce_list_email {&quot;sysadmin-reports&quot;:
+- subject =&gt; &quot;List receiving automated reports from various pieces of infrastructure&quot;,
+- # FIXME change once we migrate
+- reply_to =&gt; &quot;mageia-sysadm@$domain&quot;,
+- sender_email =&gt; &quot;root@$domain&quot;,
+- topics =&gt; &quot;sysadmin&quot;,
+-}
+-
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp 2011-01-09 11:15:08 UTC (rev 742)
++++ puppet/manifests/nodes.pp 2011-01-09 11:15:10 UTC (rev 743)
+@@ -96,7 +96,7 @@
+ include sympa::server
+ include postfix::primary_smtp
+
+-# import &quot;lists&quot;
++ include lists
+ }
+
+ # buildnode
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110109/94adb24f/attachment-0001.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001824.html">[Mageia-sysadm] [742] add vhost_simple, for handling simple checkout ( php, static website )
+</A></li>
+ <LI>Next message: <A HREF="001826.html">[Mageia-sysadm] [744] add some documentation about the layout
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1825">[ date ]</a>
+ <a href="thread.html#1825">[ thread ]</a>
+ <a href="subject.html#1825">[ subject ]</a>
+ <a href="author.html#1825">[ 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>