diff options
Diffstat (limited to 'modules/restrictshell/manifests/allow_sftp.pp')
-rw-r--r-- | modules/restrictshell/manifests/allow_sftp.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/restrictshell/manifests/allow_sftp.pp b/modules/restrictshell/manifests/allow_sftp.pp new file mode 100644 index 00000000..55c1f396 --- /dev/null +++ b/modules/restrictshell/manifests/allow_sftp.pp @@ -0,0 +1,3 @@ +class restrictshell::allow_sftp { + restrictshell::allow { 'sftp': } +} |