mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #32051 from terminalmage/fix-state-apply-output
Fix outputter for state.apply
This commit is contained in:
commit
908a7bf5cd
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