From 31d7c82f9f4f793ddd0c6fc8279dbf36840a4659 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Mar 2012 21:55:05 +0000 Subject: split the module in several file, and clean it --- modules/restrictshell/manifests/allow_upload_bin.pp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/restrictshell/manifests/allow_upload_bin.pp (limited to 'modules/restrictshell/manifests/allow_upload_bin.pp') diff --git a/modules/restrictshell/manifests/allow_upload_bin.pp b/modules/restrictshell/manifests/allow_upload_bin.pp new file mode 100644 index 00000000..b55c41b3 --- /dev/null +++ b/modules/restrictshell/manifests/allow_upload_bin.pp @@ -0,0 +1,3 @@ +class restrictshell::allow_upload_bin { + allow{ 'upload_bin': } +} -- cgit v1.2.1