aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-17 15:13:07 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-17 15:13:07 +0000
commite3241bb3df3a21e26c077cdcbb559e038fd7388f (patch)
tree5e3329d176fcaa0414afb30dedfd4c88e1f5dba2 /modules/restrictshell/manifests
parentd659b79d3499e7beaa8304e3f1462577c0e9fbb5 (diff)
downloadpuppet-e3241bb3df3a21e26c077cdcbb559e038fd7388f.tar
puppet-e3241bb3df3a21e26c077cdcbb559e038fd7388f.tar.gz
puppet-e3241bb3df3a21e26c077cdcbb559e038fd7388f.tar.bz2
puppet-e3241bb3df3a21e26c077cdcbb559e038fd7388f.tar.xz
puppet-e3241bb3df3a21e26c077cdcbb559e038fd7388f.zip
update binddn and password file
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"