add warning for __rsync
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
0ddc848b1e
commit
4496c579af
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@ cdist-type__rsync - Mirror directories using rsync
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
WARNING: This type is of BETA quality:
|
||||||
|
|
||||||
|
- it has not been tested widely
|
||||||
|
- interfaces *may* change
|
||||||
|
- if there is a better approach to solve the problem -> the type may even vanish
|
||||||
|
|
||||||
|
If you are fine with these constraints, please read on.
|
||||||
|
|
||||||
|
|
||||||
This cdist type allows you to mirror local directories to the
|
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
|
If group or owner are giveng, a recursive chown will be executed on the
|
||||||
|
|
Loading…
Reference in a new issue