docs/config.md in vagrant-orchestrate-0.7.2 vs docs/config.md in vagrant-orchestrate-0.8.0.pre.1
- old
+ new
@@ -7,5 +7,13 @@
By default, Vagrant Orchestrate has protection to disallow a push action to managed
servers if there are any uncommitted or untracked files in your git repository. Setting
the `disable_commit_guard` configuration option will disable this protection.
config.orchestrate.disable_commit_guard = true
+
+## `take_synced_folder_ownership`
+
+When multiple users are using Vagrant Orchestrate to push to the same target servers,
+there can arise permission issues for folders that are synced. When `true`, Vagrant
+Orchestrate will change ownership of the guestpath of all synced folders to be the
+`owner` specified in the `synced_folder` or the `ssh_info.username`. Has no affect
+for Windows guests. Default is `true`.