docs salt-masterless provisioner - move required element out of optional elements section

This commit is contained in:
Matthew Aynalem 2017-07-16 09:19:38 -07:00
parent 1d8e381b2a
commit d08e47a853
1 changed files with 7 additions and 5 deletions

View File

@ -28,7 +28,13 @@ The example below is fully functional.
## Configuration Reference ## Configuration Reference
The reference of available configuration options is listed below. The only 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: Optional:
@ -54,10 +60,6 @@ Optional:
roots](http://docs.saltstack.com/ref/configuration/master.html#pillar-configuration). roots](http://docs.saltstack.com/ref/configuration/master.html#pillar-configuration).
This will be uploaded to the `remote_pillar_roots` on the remote. 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`. - `custom_state` (string) - A state to be run instead of `state.highstate`.
Defaults to `state.highstate` if unspecified. Defaults to `state.highstate` if unspecified.