aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests/allow_git.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-19 21:55:05 +0000
committerMichael Scherer <misc@mageia.org>2012-03-19 21:55:05 +0000
commit31d7c82f9f4f793ddd0c6fc8279dbf36840a4659 (patch)
tree2d8059367d37e372ce8b25a68afc61fd692cc39b /modules/restrictshell/manifests/allow_git.pp
parent0d2c2d30b6b4927174b419143e3ef24ddcc10573 (diff)
downloadpuppet-31d7c82f9f4f793ddd0c6fc8279dbf36840a4659.tar
puppet-31d7c82f9f4f793ddd0c6fc8279dbf36840a4659.tar.gz
puppet-31d7c82f9f4f793ddd0c6fc8279dbf36840a4659.tar.bz2
puppet-31d7c82f9f4f793ddd0c6fc8279dbf36840a4659.tar.xz
puppet-31d7c82f9f4f793ddd0c6fc8279dbf36840a4659.zip
split the module in several file, and clean it
Diffstat (limited to 'modules/restrictshell/manifests/allow_git.pp')
-rw-r--r--modules/restrictshell/manifests/allow_git.pp3
1 files changed, 3 insertions, 0 deletions
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': }
+}