This commit is contained in:
Jacob Hammons 2015-06-10 11:31:37 -06:00
parent 3ec457beef
commit e2a2946dc7

View File

@ -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