Document the update_cachedir option

This commit is contained in:
Joseph Hall 2014-05-13 12:31:42 -06:00
parent b4323b22d0
commit 67b4e01c17

View File

@ -193,3 +193,11 @@ wait_for_spot_timeout
The amount of time Salt Cloud should wait before an EC2 Spot instance is
available. This setting is only available for the EC2 cloud driver.
update_cachedir
~~~~~~~~~~~~~~~
On supported cloud providers, whether or not to maintain a cache of nodes
returned from a --full-query. The data will be stored in ``json`` format under
``<SALT_CACHEDIR>/cloud/active/<DRIVER>/<PROVIDER>/<NODE_NAME>.json``.