Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp 2010-11-22 12:29:28 UTC (rev 386)
+++ puppet/modules/buildsystem/manifests/init.pp 2010-11-22 12:41:54 UTC (rev 387)
@@ -2,7 +2,7 @@
class base {
$build_login = "iurt"
- $build_home_dir = "/home/iurt"
+ $build_home_dir = "/home/$build_login"
include ssh::auth
ssh::auth::key { $build_login: } # declare a key for build bot: RSA, 2048 bits