From e2a2946dc71882013fa3e3e0234dda9307890553 Mon Sep 17 00:00:00 2001 From: Jacob Hammons Date: Wed, 10 Jun 2015 11:31:37 -0600 Subject: [PATCH] Refs #19901 --- salt/modules/state.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/modules/state.py b/salt/modules/state.py index 1fdcaaf051..e125677e0d 100644 --- a/salt/modules/state.py +++ b/salt/modules/state.py @@ -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