Modified: puppet/modules/pam/manifests/init.pp =================================================================== --- puppet/modules/pam/manifests/init.pp 2010-11-23 01:11:12 UTC (rev 409) +++ puppet/modules/pam/manifests/init.pp 2010-11-23 01:11:14 UTC (rev 410) @@ -52,7 +52,7 @@ # for server where people can connect with ssh ( git, svn ) class commiters_access inherits base { - include restricted_shell::shell + include restrictshell::shell $access_class = "commiters" } }