diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000781.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000781.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000781.html b/zarb-ml/mageia-sysadm/2010-November/000781.html new file mode 100644 index 000000000..f96a189c6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000781.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B398%5D%20install%20iurt%20on%20main%20node%20as%20well%2C%0A%09for%20scheduler%20tools&In-Reply-To=%3C20101122135458.DD99B3FC86%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="000780.html"> + <LINK REL="Next" HREF="000787.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B398%5D%20install%20iurt%20on%20main%20node%20as%20well%2C%0A%09for%20scheduler%20tools&In-Reply-To=%3C20101122135458.DD99B3FC86%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools">root at mageia.org + </A><BR> + <I>Mon Nov 22 14:54:58 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000780.html">[Mageia-sysadm] [397] fix indent +</A></li> + <LI>Next message: <A HREF="000787.html">[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#781">[ date ]</a> + <a href="thread.html#781">[ thread ]</a> + <a href="subject.html#781">[ subject ]</a> + <a href="author.html#781">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 398 +Author: blino +Date: 2010-11-22 14:54:58 +0100 (Mon, 22 Nov 2010) +Log Message: +----------- +install iurt on main node as well, for scheduler tools + +Modified Paths: +-------------- + puppet/modules/buildsystem/manifests/init.pp + +Modified: puppet/modules/buildsystem/manifests/init.pp +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2010-11-22 13:46:30 UTC (rev 397) ++++ puppet/modules/buildsystem/manifests/init.pp 2010-11-22 13:54:58 UTC (rev 398) +@@ -21,7 +21,8 @@ + comment => "System user used to schedule builds", + } + +- package { "task-bs-cluster-main": ++ $package_list = ['task-bs-cluster-main', 'iurt'] ++ package { $package_list: + ensure => "installed" + } + } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101122/ad66b99f/attachment.html> +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000780.html">[Mageia-sysadm] [397] fix indent +</A></li> + <LI>Next message: <A HREF="000787.html">[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#781">[ date ]</a> + <a href="thread.html#781">[ thread ]</a> + <a href="subject.html#781">[ subject ]</a> + <a href="author.html#781">[ 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> |