aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/restrictshell/manifests')
-rw-r--r--modules/restrictshell/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/restrictshell/manifests/init.pp b/modules/restrictshell/manifests/init.pp
index c4f1151b..bf1dfd04 100644
--- a/modules/restrictshell/manifests/init.pp
+++ b/modules/restrictshell/manifests/init.pp
@@ -64,6 +64,11 @@ class restrictshell {
class allow_maintdb {
allow{ "maintdb": }
}
+
+ class allow_upload_bin {
+ allow{ "upload_bin": }
+ }
+
# technically, we could add cvs too
# but I doubt we will use it one day