Modified: puppet/modules/buildsystem/manifests/init.pp =================================================================== --- puppet/modules/buildsystem/manifests/init.pp 2010-11-09 22:57:33 UTC (rev 216) +++ puppet/modules/buildsystem/manifests/init.pp 2010-11-09 23:00:28 UTC (rev 217) @@ -39,7 +39,7 @@ user {"$build_login": ensure => present, - comment => "System user use to run build bots" + comment => "System user use to run build bots", managehome => true, shell => "/bin/bash", }