mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37681 from rallytime/bp-35965
Back-port #35965 to 2016.3
This commit is contained in:
commit
1c2d6ff293
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ def highstate(test=None, **kwargs):
|
|||
# Check for errors
|
||||
for chunk in chunks:
|
||||
if not isinstance(chunk, dict):
|
||||
__context__['retcode'] = 1
|
||||
return chunks
|
||||
# Create the tar containing the state pkg and relevant files.
|
||||
trans_tar = salt.client.ssh.state.prep_trans_tar(
|
||||
|
|
Loading…
Add table
Reference in a new issue