aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests/allow_git.pp
diff options
context:
space:
mode:
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': }
+}