mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
fcba607978
1 changed files with 4 additions and 0 deletions
|
@ -1448,6 +1448,10 @@ def managed(name,
|
|||
if isinstance(cret, dict):
|
||||
ret.update(cret)
|
||||
return ret
|
||||
# Since we generated a new tempfile and we are not returning here
|
||||
# lets change the original sfn to the new tempfile or else we will
|
||||
# get file not found
|
||||
sfn = tmp_filename
|
||||
else:
|
||||
ret = {'changes': {},
|
||||
'comment': '',
|
||||
|
|
Loading…
Add table
Reference in a new issue