[Mageia-sysadm] [398] install iurt on main node as well, for scheduler tools

root at mageia.org root at mageia.org
Mon Nov 22 14:54:58 CET 2010


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>


More information about the Mageia-sysadm mailing list