From d08e47a853d78180b62f9ab1419d88985894cdd0 Mon Sep 17 00:00:00 2001 From: Matthew Aynalem Date: Sun, 16 Jul 2017 09:19:38 -0700 Subject: [PATCH] docs salt-masterless provisioner - move required element out of optional elements section --- .../source/docs/provisioners/salt-masterless.html.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/source/docs/provisioners/salt-masterless.html.md b/website/source/docs/provisioners/salt-masterless.html.md index 91d1fe7cc..443f37561 100644 --- a/website/source/docs/provisioners/salt-masterless.html.md +++ b/website/source/docs/provisioners/salt-masterless.html.md @@ -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.