aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-08-17 14:20:05 +0000
committerNicolas Vigier <boklm@mageia.org>2011-08-17 14:20:05 +0000
commita7e1e6804f7f28116e930963afc32900cac8c561 (patch)
tree0d3a6263d82d19f6d0d40a91ef3c96b14f109f8e /modules/restrictshell/manifests
parent5924d2f911adebdf50e04bffe0e0b16ac1ce4027 (diff)
downloadpuppet-a7e1e6804f7f28116e930963afc32900cac8c561.tar
puppet-a7e1e6804f7f28116e930963afc32900cac8c561.tar.gz
puppet-a7e1e6804f7f28116e930963afc32900cac8c561.tar.bz2
puppet-a7e1e6804f7f28116e930963afc32900cac8c561.tar.xz
puppet-a7e1e6804f7f28116e930963afc32900cac8c561.zip
add support for upload-bin
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