From ef248c9ac4bed23514dc0dd5b02679aba459f374 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Thu, 26 Jun 2014 17:29:20 -0400 Subject: [PATCH] Link to the basic options page for owner and group. --- website/docs/source/v2/synced-folders/rsync.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/source/v2/synced-folders/rsync.html.md b/website/docs/source/v2/synced-folders/rsync.html.md index 97edc653c..0f41340f7 100644 --- a/website/docs/source/v2/synced-folders/rsync.html.md +++ b/website/docs/source/v2/synced-folders/rsync.html.md @@ -45,7 +45,8 @@ The rsync synced folder type accepts the following options: * `rsync__auto` (boolean) - If false, then `rsync-auto` will not watch and automatically sync this folder. By default, this is true. -* `rsync__chown` (boolean) - If false, then the `owner` and `group` +* `rsync__chown` (boolean) - If false, then the + [`owner` and `group`](/v2/synced-folders/basic_usage.html) options for the synced folder are ignored and Vagrant won't execute a recursive `chown`. This defaults to true. This option exists because the `chown` causes issues for some development environments.