mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update note to take into account grains_cache
This commit is contained in:
parent
7a2981585e
commit
7256fcc1c9
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue