diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-23 01:11:14 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-23 01:11:14 +0000 |
commit | 049b56df6191edea37a2b351a823215205643aa2 (patch) | |
tree | 680dec19f42925970c96889a3c50eb225904fd3b /modules | |
parent | 81946e2ca36d1805d20ccaebe782b12bb40e3c7e (diff) | |
download | puppet-049b56df6191edea37a2b351a823215205643aa2.tar puppet-049b56df6191edea37a2b351a823215205643aa2.tar.gz puppet-049b56df6191edea37a2b351a823215205643aa2.tar.bz2 puppet-049b56df6191edea37a2b351a823215205643aa2.tar.xz puppet-049b56df6191edea37a2b351a823215205643aa2.zip |
class was renamed 3 commits ago
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" } } |