mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
bb2fd6a970
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ State Caching
|
|||
-------------
|
||||
|
||||
When a highstate is called, the minion automatically caches a copy of the last high data.
|
||||
If you then run a highstate with cache=True it will use that cached highdata and won't hit the fileserver.
|
||||
If you then run a highstate with cache=True it will use that cached highdata and won't hit the fileserver
|
||||
except for ``salt://`` links in the states themselves.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue