diff options
Diffstat (limited to 'modules/restrictshell/manifests/allow_scp.pp')
-rw-r--r-- | modules/restrictshell/manifests/allow_scp.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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': } +} |