aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/restrictshell/manifests/init.pp')
-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