diff options
Diffstat (limited to 'modules/pam')
-rw-r--r-- | modules/pam/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp index 60efbbf3..967c9391 100644 --- a/modules/pam/manifests/init.pp +++ b/modules/pam/manifests/init.pp @@ -52,6 +52,7 @@ class pam { # for server where people can connect with ssh ( git, svn ) class commiters_access inherits base { + include restricted_shell::shell $access_class = "commiters" } } |