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 {