mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Refs #19901
This commit is contained in:
parent
3ec457beef
commit
e2a2946dc7
@ -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…
Reference in New Issue
Block a user