docfix: "cache_jobs: False" => grains_cache: False"

At the currently rendered anchor link: http://docs.saltstack.com/en/latest/ref/configuration/minion.html#grains-cache

We see the use of "cache_jobs" in the yaml example for the section describing "grains_cache"
This commit is contained in:
Jeff Quast 2015-07-15 14:20:42 -07:00 committed by rallytime
parent 7a20ecbf46
commit e947d8ec5a

View file

@ -329,7 +329,7 @@ to enable set grains_cache to ``True``.
.. code-block:: yaml
cache_jobs: False
grains_cache: False
.. conf_minion:: sock_dir