aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-23 01:11:07 +0000
committerMichael Scherer <misc@mageia.org>2010-11-23 01:11:07 +0000
commit3714707707097c48a6c3c7d6ddf85cda27b3393d (patch)
tree05307f23b23162f712dc057e4689766c15459a06 /modules/pam/manifests
parenta9f14bb071fd5fdbd0babc31c6b24257a4f5943d (diff)
downloadpuppet-3714707707097c48a6c3c7d6ddf85cda27b3393d.tar
puppet-3714707707097c48a6c3c7d6ddf85cda27b3393d.tar.gz
puppet-3714707707097c48a6c3c7d6ddf85cda27b3393d.tar.bz2
puppet-3714707707097c48a6c3c7d6ddf85cda27b3393d.tar.xz
puppet-3714707707097c48a6c3c7d6ddf85cda27b3393d.zip
- rewrite restricted_shell, and split the shell in its own subclass
Diffstat (limited to 'modules/pam/manifests')
-rw-r--r--modules/pam/manifests/init.pp1
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"
}
}