diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001825.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001825.html | 244 |
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 {"i18n-af": ++ subject => "List about translation to Afrikaans", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-de": ++ subject => "List about translation to German", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-et": ++ subject => "List about translation to Estonian", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-fr": ++ subject => "List about translation to French", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-nl": ++ subject => "List about translation to Dutch", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-pt_br": ++ subject => "List about translation to Brazilian Portuguese", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-pl": ++ subject => "List about translation to Polish", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-ru": ++ subject => "List about translation to Russian", ++ topics => "i18n", ++ } ++ ++ sympa::public_list {"i18n-tr": ++ subject => "List about translation to Turkish", ++ topics => "i18n", ++ } ++ ++ ++ sympa::announce_list_email {"sysadmin-commits": ++ subject => "List receiving commits mail from sysadmin team repository", ++ # FIXME change once we migrate ++ reply_to => "mageia-sysadm@$domain", ++ sender_email => "root@$domain", ++ topics => "sysadmin", ++ } ++ ++ sympa::announce_list_email {"sysadmin-reports": ++ subject => "List receiving automated reports from various pieces of infrastructure", ++ # FIXME change once we migrate ++ reply_to => "mageia-sysadm@$domain", ++ sender_email => "root@$domain", ++ topics => "sysadmin", ++ } ++} + +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 {"i18n-af": +- subject => "List about translation to Afrikaans", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-de": +- subject => "List about translation to German", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-et": +- subject => "List about translation to Estonian", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-fr": +- subject => "List about translation to French", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-nl": +- subject => "List about translation to Dutch", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-pt_br": +- subject => "List about translation to Brazilian Portuguese", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-pl": +- subject => "List about translation to Polish", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-ru": +- subject => "List about translation to Russian", +- topics => "i18n", +-} +- +-sympa::public_list {"i18n-tr": +- subject => "List about translation to Turkish", +- topics => "i18n", +-} +- +- +-sympa::announce_list_email {"sysadmin-commits": +- subject => "List receiving commits mail from sysadmin team repository", +- # FIXME change once we migrate +- reply_to => "mageia-sysadm@$domain", +- sender_email => "root@$domain", +- topics => "sysadmin", +-} +- +-sympa::announce_list_email {"sysadmin-reports": +- subject => "List receiving automated reports from various pieces of infrastructure", +- # FIXME change once we migrate +- reply_to => "mageia-sysadm@$domain", +- sender_email => "root@$domain", +- topics => "sysadmin", +-} +- + +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 "lists" ++ include lists + } + + # buildnode +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110109/94adb24f/attachment-0001.html> +</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> |