diff options
Diffstat (limited to 'modules/restrictshell/manifests')
-rw-r--r-- | modules/restrictshell/manifests/init.pp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/restrictshell/manifests/init.pp b/modules/restrictshell/manifests/init.pp index 3ce1e0d0..54452026 100644 --- a/modules/restrictshell/manifests/init.pp +++ b/modules/restrictshell/manifests/init.pp @@ -77,4 +77,16 @@ class restrictshell { class allow_svn { allow{ "svn": } } + + class allow_scp { + allow{ "scp": } + } + + class allow_sftp { + allow{ "sftp": } + } + # technically, we could add cvs too + # but I doubt we will use it one day + + } |