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/000730.html | 89 +++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000730.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000730.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000730.html b/zarb-ml/mageia-sysadm/2010-November/000730.html new file mode 100644 index 000000000..0e841b8ba --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000730.html @@ -0,0 +1,89 @@ + + + + [Mageia-sysadm] [365] use ssh::auth to build iurt ssh keys + + + + + + + + + +

[Mageia-sysadm] [365] use ssh::auth to build iurt ssh keys

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 01:05:11 CET 2010 +

+
+ +
Revision: 365
+Author:   blino
+Date:     2010-11-22 01:05:11 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+use ssh::auth to build iurt ssh keys
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-22 00:05:08 UTC (rev 364)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-22 00:05:11 UTC (rev 365)
+@@ -45,6 +45,10 @@
+             gid => $build_login,
+             shell => "/bin/bash",
+         }
++
++        include ssh::auth
++        ssh::auth::key { $build_login: } # declare a key for build bot: RSA, 2048 bits
++        ssh::auth::client { $build_login: }
+     }
+ 
+     class iurt {
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/05d8080b/attachment.html>
+
+ + + + + + + +
+

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