aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/restrictshell/manifests')
-rw-r--r--modules/restrictshell/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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"