mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #24242 from travishegner/develop
Adding hostname to highstate summary output
This commit is contained in:
commit
b1042353a1
@ -54,7 +54,7 @@ Example output:
|
||||
ret:
|
||||
True
|
||||
|
||||
Summary
|
||||
Summary for myminion
|
||||
------------
|
||||
Succeeded: 1
|
||||
Failed: 0
|
||||
@ -287,7 +287,7 @@ def _format_host(host, data):
|
||||
hstrs.append(
|
||||
colorfmt.format(
|
||||
colors['CYAN'],
|
||||
u'\nSummary\n{0}'.format('-' * line_max_len),
|
||||
u'\nSummary for {0}\n{1}'.format(host, '-' * line_max_len),
|
||||
colors
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user