From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000778.html | 103 ++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000778.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000778.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000778.html b/zarb-ml/mageia-sysadm/2010-November/000778.html new file mode 100644 index 000000000..7d465a778 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000778.html @@ -0,0 +1,103 @@ + + + + [Mageia-sysadm] [395] add schedbot on main node + + + + + + + + + +

[Mageia-sysadm] [395] add schedbot on main node

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 14:29:59 CET 2010 +

+
+ +
Revision: 395
+Author:   blino
+Date:     2010-11-22 14:29:59 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+add schedbot on main node
+
+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:22:43 UTC (rev 394)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-22 13:29:59 UTC (rev 395)
+@@ -8,12 +8,18 @@
+ 
+ 	include ssh::auth
+ 	ssh::auth::key { $build_login: } # declare a key for build bot: RSA, 2048 bits
++	ssh::auth::key { $sched_login: } # declare a key for sched bot: RSA, 2048 bits
+     }
+ 
+     class mainnode inherits base {
+         include iurtuser
+         ssh::auth::server { $build_login: }
+ 
++        sshuser { $sched_login:
++          homedir => $sched_home_dir,
++          comment => "System user used to schedule builds",
++        }
++
+         package { "task-bs-cluster-main":
+             ensure => "installed"
+         }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/76e1414b/attachment.html>
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1