diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000330.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000330.html | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000330.html b/zarb-ml/mageia-sysadm/2010-November/000330.html new file mode 100644 index 000000000..ec56f0b52 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000330.html @@ -0,0 +1,159 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [193] - remove tabulation ( so indentation is really fixed ) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B193%5D%20-%20remove%20tabulation%20%28%20so%20indentation%20is%0A%09really%20fixed%20%29&In-Reply-To=%3C20101107233649.54CD03F92A%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="000329.html"> + <LINK REL="Next" HREF="000331.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [193] - remove tabulation ( so indentation is really fixed )</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B193%5D%20-%20remove%20tabulation%20%28%20so%20indentation%20is%0A%09really%20fixed%20%29&In-Reply-To=%3C20101107233649.54CD03F92A%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [193] - remove tabulation ( so indentation is really fixed )">root at mageia.org + </A><BR> + <I>Mon Nov 8 00:36:49 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000329.html">[Mageia-sysadm] [192] - add a mod_ssl class +</A></li> + <LI>Next message: <A HREF="000331.html">[Mageia-sysadm] [118] - remove wrong import, to fix catdap +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#330">[ date ]</a> + <a href="thread.html#330">[ thread ]</a> + <a href="subject.html#330">[ subject ]</a> + <a href="author.html#330">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 193 +Author: misc +Date: 2010-11-08 00:36:49 +0100 (Mon, 08 Nov 2010) +Log Message: +----------- +- remove tabulation ( so indentation is really fixed ) +- clean old comments ( ie, things we deployed ) + +Modified Paths: +-------------- + puppet/manifests/nodes.pp + +Modified: puppet/manifests/nodes.pp +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-07 23:30:39 UTC (rev 192) ++++ puppet/manifests/nodes.pp 2010-11-07 23:36:49 UTC (rev 193) +@@ -9,7 +9,6 @@ + # - setup restricted shell access to allow "mdvsys submit" to work + # - setup maintainers database (with web interface) + # - mirroring (Nanar) +-# - LDAP master + # + include default_mageia_server + timezone::timezone { "Europe/Paris": } +@@ -40,11 +39,10 @@ + # - mail server + # - mailing list server + # - wiki +-# - pastbin ++# - pastebin + # - LDAP slave +-# - SQL server + # +- include default_mageia_server ++ include default_mageia_server + include bind::bind_master + include postgresql + bind::zone_master { "mageia.org": } +@@ -61,16 +59,16 @@ + node jonund { + # Location: IELO datacenter (marseille) + # +- include default_mageia_server +- include iurt ++ include default_mageia_server ++ include iurt + timezone::timezone { "Europe/Paris": } + } + + node ecosse { + # Location: IELO datacenter (marseille) + # +- include default_mageia_server +- include iurt ++ include default_mageia_server ++ include iurt + timezone::timezone { "Europe/Paris": } + } + +@@ -82,8 +80,8 @@ + # TODO: + # - buy the server + # - install the server in datacenter +-# +- include default_mageia_server ++# - install a backup system ++ include default_mageia_server + } + + # gandi-vm +@@ -94,7 +92,7 @@ + # - secondary MX + # - LDAP slave (for external traffic maybe) + # +- include default_mageia_server ++ include default_mageia_server + include bind::bind_master + bind::zone_master { "mageia.org": } + bind::zone_master { "mageia.fr": } +@@ -110,10 +108,9 @@ + # - setup mageia.org web site + # - setup blog + # +- include default_mageia_server ++ include default_mageia_server + include apache::base + timezone::timezone { "Europe/Paris": } +- #include postfix + include blog + } + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101108/e8975eb5/attachment-0001.html> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000329.html">[Mageia-sysadm] [192] - add a mod_ssl class +</A></li> + <LI>Next message: <A HREF="000331.html">[Mageia-sysadm] [118] - remove wrong import, to fix catdap +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#330">[ date ]</a> + <a href="thread.html#330">[ thread ]</a> + <a href="subject.html#330">[ subject ]</a> + <a href="author.html#330">[ 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> |