Add documentation for salt remote directories
This commit is contained in:
parent
769c82b171
commit
63be0e3ea1
|
@ -38,13 +38,21 @@ Optional:
|
||||||
has more detailed usage instructions. By default, no arguments are sent to
|
has more detailed usage instructions. By default, no arguments are sent to
|
||||||
the script.
|
the script.
|
||||||
|
|
||||||
|
- `remote_pillar_roots` (string) - The path to your remote [pillar
|
||||||
|
roots](http://docs.saltstack.com/ref/configuration/master.html#pillar-configuration).
|
||||||
|
default: `/srv/pillar`.
|
||||||
|
|
||||||
|
- `remote_state_tree` (string) - The path to your remote [state
|
||||||
|
tree](http://docs.saltstack.com/ref/states/highstate.html#the-salt-state-tree).
|
||||||
|
default: `/srv/salt`.
|
||||||
|
|
||||||
- `local_pillar_roots` (string) - The path to your local [pillar
|
- `local_pillar_roots` (string) - The path to your local [pillar
|
||||||
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 `/srv/pillar` 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
|
- `local_state_tree` (string) - The path to your local [state
|
||||||
tree](http://docs.saltstack.com/ref/states/highstate.html#the-salt-state-tree).
|
tree](http://docs.saltstack.com/ref/states/highstate.html#the-salt-state-tree).
|
||||||
This will be uploaded to the `/srv/salt` on the remote.
|
This will be uploaded to the `remote_state_tree` on the remote.
|
||||||
|
|
||||||
- `minion_config` (string) - The path to your local [minion
|
- `minion_config` (string) - The path to your local [minion
|
||||||
config](http://docs.saltstack.com/topics/configuration.html). This will be
|
config](http://docs.saltstack.com/topics/configuration.html). This will be
|
||||||
|
|
Loading…
Reference in New Issue