mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix outputter for state.apply
Because of an incorrectly configured ``__outputter__`` dunder dict, ``state.apply`` was falling back to the nested outputter. This corrects the configuration, allowing ``state.apply`` to use the highstate outputter as intended.
This commit is contained in:
parent
0e66f678d4
commit
7d7cb45565
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ __outputter__ = {
|
|||
'highstate': 'highstate',
|
||||
'template': 'highstate',
|
||||
'template_str': 'highstate',
|
||||
'apply': 'highstate',
|
||||
'apply_': 'highstate',
|
||||
'request': 'highstate',
|
||||
'check_request': 'highstate',
|
||||
'run_request': 'highstate',
|
||||
|
|
Loading…
Add table
Reference in a new issue