This commit is contained in:
Michael Walton 2016-07-18 22:12:57 -04:00
parent a9bd1b92b9
commit 3b1dc978e2

View file

@ -1095,7 +1095,7 @@ def installed(
# Ensure that a refresh does not re-occur for the rest of the salt run
# (unless overriden)
if os.path.isfile(rtag) and refresh:
os.remove(rtag)
os.remove(rtag)
kwargs.pop('refresh')
refresh = False