add info about what is cached

This commit is contained in:
David Boucha 2017-01-19 16:56:40 -07:00 committed by rallytime
parent 77e8f6aff9
commit 3ba50d3c52

View File

@ -4,10 +4,10 @@
Minion Data Cache
=================
The Minion data cache contains the Salt Mine data and other minion info cached
on the Salt master. By default Salt uses the `localfs` cache module to save
the data in a msgpack file on the Salt master. Other external data stores can
also be used to store this data such as the `Consul` module.
The Minion data cache contains the Salt Mine data, minion grains and minion
pillar info cached on the Salt master. By default Salt uses the `localfs` cache
module to save the data in a msgpack file on the Salt master. Other external
data stores can also be used to store this data such as the `Consul` module.
See :ref:`cache modules <all-salt.cache>` for a current list.