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

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 {