From e3241bb3df3a21e26c077cdcbb559e038fd7388f Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 17 Nov 2010 15:13:07 +0000 Subject: update binddn and password file --- modules/restrictshell/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/restrictshell/manifests') diff --git a/modules/restrictshell/manifests/init.pp b/modules/restrictshell/manifests/init.pp index f628e2b1..c4569e94 100644 --- a/modules/restrictshell/manifests/init.pp +++ b/modules/restrictshell/manifests/init.pp @@ -1,10 +1,11 @@ -#TODO: add support for pkgsubmit class restrictshell { $allow_svn = "0" $allow_git = "0" $allow_rsync = "0" $allow_pkgsubmit = "0" + $ldap_pwfile = "/etc/ldap.secret" + class allow_svn_git_pkgsubmit { $allow_svn = "1" $allow_git = "1" -- cgit v1.2.1