Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs for state_top_from_file #190

Merged
merged 1 commit into from
Jan 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/provisioner_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,11 @@ Environment to use in the environment to use in minion config file for the file

### state_top_from_file ###

default: `nil`
default: `false`

File to use as the `top.sls` in the test instance
If a top.sls file is provided in the states directory, and that is the top.sls
that is to be used, then this should be set to true so that it is not
overwritten by `state_top`

### vendor_path ###

Expand Down