[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