aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/manifests/allow_svn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/restrictshell/manifests/allow_svn.pp')
-rw-r--r--modules/restrictshell/manifests/allow_svn.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/restrictshell/manifests/allow_svn.pp b/modules/restrictshell/manifests/allow_svn.pp
new file mode 100644
index 00000000..99b2c9fa
--- /dev/null
+++ b/modules/restrictshell/manifests/allow_svn.pp
@@ -0,0 +1,3 @@
+class restrictshell::allow_svn {
+ restrictshell::allow{ 'svn': }
+}