From 055eaed7ade10e94f8999a14755a3a777c7f69ba Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 11 Feb 2015 16:01:22 +0100 Subject: [PATCH] add hint for / Signed-off-by: Nico Schottelius --- cdist/conf/type/__rsync/man.text | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cdist/conf/type/__rsync/man.text b/cdist/conf/type/__rsync/man.text index b90d445e..e4d759c6 100644 --- a/cdist/conf/type/__rsync/man.text +++ b/cdist/conf/type/__rsync/man.text @@ -11,11 +11,12 @@ cdist-type__rsync - Mirror directories using rsync DESCRIPTION ----------- This cdist type allows you to mirror local directories to the -target host using rsync. -Rsync will be installed in the manifest of the type. +target host using rsync. Rsync will be installed in the manifest of the type. +If group or owner are giveng, a recursive chown will be executed on the +target host. -If group or owner are giveng, a recursive chown -will be executed on the target host. +A slash will be appended to the source directory so that only the contents +of the directory are taken and not the directory name itself. REQUIRED PARAMETERS -------------------