Sha256: 5fc647586681d2fb15908b4ff8688742e636c64291da34df9bcaa0a622d6d842

Contents?: true

Size: 824 Bytes

Versions: 3

Compression:

Stored size: 824 Bytes

Contents

# Configuration Options

All configuration options start with `config.orchestrate`

## `disable_commit_guard`

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 impact
for Windows guests. Default is `true`.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-orchestrate-0.8.0 docs/config.md
vagrant-orchestrate-0.8.0.pre.3 docs/config.md
vagrant-orchestrate-0.8.0.pre.2 docs/config.md