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