Modified: puppet/modules/buildsystem/manifests/init.pp =================================================================== --- puppet/modules/buildsystem/manifests/init.pp 2010-11-21 20:55:45 UTC (rev 358) +++ puppet/modules/buildsystem/manifests/init.pp 2010-11-21 21:05:53 UTC (rev 359) @@ -40,7 +40,7 @@ user {"$build_login": ensure => present, - comment => "System user use to run build bots", + comment => "System user used to run build bots", managehome => true, gid => $build_login, shell => "/bin/bash",