fix config example

This commit is contained in:
David Boucha 2017-01-19 15:56:40 -07:00 committed by rallytime
parent 61f2fa9339
commit 77e8f6aff9

View file

@ -4,7 +4,7 @@
Minion Data Cache
=================
The Minion Data Cache contains the Salt Mine data and other minion info cached
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.
@ -19,7 +19,7 @@ The default `localfs` Minion data cache module doesn't require any
configuration. External data cache modules with external data stores such as
Consul require a configuration setting in the master config.
Here's an exampls config for Consul:
Here's an example config for Consul:
.. code-block:: yaml
@ -31,3 +31,4 @@ Here's an exampls config for Consul:
consul.dc: dc1
consul.verify: True
cache: consul