ssh user requires the associated group
Modified: puppet/modules/buildsystem/manifests/init.pp =================================================================== --- puppet/modules/buildsystem/manifests/init.pp 2010-11-23 19:44:01 UTC (rev 423) +++ puppet/modules/buildsystem/manifests/init.pp 2010-11-23 19:44:42 UTC (rev 424) @@ -65,6 +65,7 @@ gid => $title, shell => "/bin/bash", notify => Exec["unlock$title"], + require => Group[$title], } # set password to * to unlock the account but forbid login through login