From 3714707707097c48a6c3c7d6ddf85cda27b3393d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 23 Nov 2010 01:11:07 +0000 Subject: - rewrite restricted_shell, and split the shell in its own subclass --- modules/pam/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pam/manifests') 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" } } -- cgit v1.2.1