update note to take into account grains_cache

This commit is contained in:
Thomas Phipps 2017-11-08 16:36:38 -08:00
parent 7a2981585e
commit 7256fcc1c9
No known key found for this signature in database
GPG key ID: 614749FA9D06F57A

View file

@ -301,6 +301,6 @@ above) the grains can be manually synced and reloaded by calling the
.. note::
The grains dictionary is built and stored in memory on the minion. Everytime
the salt-minion restarts or `saltutil.refresh_grains` is run the grain
dictionary is rebuilt from scratch.
When the :conf_minion:`grains_cache` is set to false, the grains dictionary is built
and stored in memory on the minion. Everytime the salt-minion restarts or
`saltutil.refresh_grains` is run the grain dictionary is rebuilt from scratch.