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_pkgsubmit.pp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/restrictshell/manifests/allow_pkgsubmit.pp (limited to 'modules/restrictshell/manifests/allow_pkgsubmit.pp') diff --git a/modules/restrictshell/manifests/allow_pkgsubmit.pp b/modules/restrictshell/manifests/allow_pkgsubmit.pp new file mode 100644 index 00000000..14c6357b --- /dev/null +++ b/modules/restrictshell/manifests/allow_pkgsubmit.pp @@ -0,0 +1,3 @@ +class restrictshell::allow_pkgsubmit { + restrictshell::allow { 'pkgsubmit': } +} -- cgit v1.2.1