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