From a7e1e6804f7f28116e930963afc32900cac8c561 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 17 Aug 2011 14:20:05 +0000 Subject: add support for upload-bin --- modules/restrictshell/manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/restrictshell/manifests') 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 -- cgit v1.2.1