aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-07-12 14:46:25 +0000
committerNicolas Vigier <boklm@mageia.org>2011-07-12 14:46:25 +0000
commitdb246408bc373533aeaf19941e8e2579d3474fff (patch)
treef402e08715b83ca2023778fba206e591a996ea27 /modules/restrictshell/manifests
parent853068e2b9d27b7ec4b6c7ac97b4bdab3a49529c (diff)
downloadpuppet-db246408bc373533aeaf19941e8e2579d3474fff.tar
puppet-db246408bc373533aeaf19941e8e2579d3474fff.tar.gz
puppet-db246408bc373533aeaf19941e8e2579d3474fff.tar.bz2
puppet-db246408bc373533aeaf19941e8e2579d3474fff.tar.xz
puppet-db246408bc373533aeaf19941e8e2579d3474fff.zip
add option to allow using maintdb
Diffstat (limited to 'modules/restrictshell/manifests')
-rw-r--r--modules/restrictshell/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/restrictshell/manifests/init.pp b/modules/restrictshell/manifests/init.pp
index faaa8bd0..c4f1151b 100644
--- a/modules/restrictshell/manifests/init.pp
+++ b/modules/restrictshell/manifests/init.pp
@@ -60,6 +60,10 @@ class restrictshell {
class allow_sftp {
allow{ "sftp": }
}
+
+ class allow_maintdb {
+ allow{ "maintdb": }
+ }
# technically, we could add cvs too
# but I doubt we will use it one day