This commit is contained in:
twangboy 2017-09-13 14:51:08 -06:00
parent af5565859e
commit d56bc9aae9
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -886,7 +886,7 @@ def _check_dir_meta(name,
try:
stats = __salt__['file.stats'](name, None, follow_symlinks)
except CommandExecutionError:
state = {}
stats = {}
changes = {}
if not stats: