Skip to content

Commit

Permalink
Merge pull request #227 from lorengordon/issue-226
Browse files Browse the repository at this point in the history
Manages salt state output to highlight failed states
  • Loading branch information
MarionTheBull authored Mar 21, 2017
2 parents 5b4eb15 + b06a1ea commit f3dff8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/watchmaker/workers/salt.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ def _prepare_for_install(self):

self.salt_call_args = [
'--log-file', self.salt_debug_logfile,
'--log-file-level', 'debug'
'--log-file-level', 'debug',
'--state-output', 'mixed_id'
]

for salt_dir in [
Expand Down

0 comments on commit f3dff8a

Please sign in to comment.