Link to the basic options page for owner and group.

This commit is contained in:
Andrew Berry 2014-06-26 17:29:20 -04:00
parent 1e28f1ac31
commit ef248c9ac4
1 changed files with 2 additions and 1 deletions

View File

@ -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.