Revision
424
Author
blino
Date
2010-11-23 20:44:42 +0100 (Tue, 23 Nov 2010)

Log Message

ssh user requires the associated group

Modified Paths

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