Sha256: ea01525c1ec71da08293f5b6b2ae562655141ef1327e5d1b929b95e1fdecf920

Contents?: true

Size: 824 Bytes

Versions: 1

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

Version data entries

1 entries across 1 versions & 1 rubygems

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