diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp index 967c9391..fdda7d47 100644 --- a/modules/pam/manifests/init.pp +++ b/modules/pam/manifests/init.pp @@ -52,7 +52,7 @@ class pam { # 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" } } |