Merge pull request #5133 from mayn/fix-docs-provisioners-salt-masterless

docs salt-masterless provisioner - move required element out of optional elements section
This commit is contained in:
Matthew Hooker 2017-07-28 13:09:02 -07:00 committed by GitHub
commit c2f142eea3
1 changed files with 7 additions and 5 deletions

View File

@ -28,7 +28,13 @@ The example below is fully functional.
## Configuration Reference
The reference of available configuration options is listed below. The only
required argument is the path to your local salt state tree.
required element is "local_state_tree".
Required:
- `local_state_tree` (string) - The path to your local [state
tree](http://docs.saltstack.com/ref/states/highstate.html#the-salt-state-tree).
This will be uploaded to the `remote_state_tree` on the remote.
Optional:
@ -54,10 +60,6 @@ Optional:
roots](http://docs.saltstack.com/ref/configuration/master.html#pillar-configuration).
This will be uploaded to the `remote_pillar_roots` on the remote.
- `local_state_tree` (string) - The path to your local [state
tree](http://docs.saltstack.com/ref/states/highstate.html#the-salt-state-tree).
This will be uploaded to the `remote_state_tree` on the remote.
- `custom_state` (string) - A state to be run instead of `state.highstate`.
Defaults to `state.highstate` if unspecified.