mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix #34798
This commit is contained in:
parent
5ad6bd7307
commit
b5de492143
1 changed files with 3 additions and 1 deletions
|
@ -153,7 +153,9 @@ def low(data, **kwargs):
|
|||
__pillar__,
|
||||
__salt__,
|
||||
__context__['fileclient'])
|
||||
err = st_.verify_data(data)
|
||||
for chunk in chunks:
|
||||
chunk['__id__'] = chunk['name'] if not chunk.get('__id__') else chunk['__id__']
|
||||
err = st_.state.verify_data(data)
|
||||
if err:
|
||||
return err
|
||||
file_refs = salt.client.ssh.state.lowstate_file_refs(
|
||||
|
|
Loading…
Add table
Reference in a new issue