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