mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix config example
This commit is contained in:
parent
61f2fa9339
commit
77e8f6aff9
1 changed files with 3 additions and 2 deletions
5
doc/topics/cache/index.rst
vendored
5
doc/topics/cache/index.rst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue