Merge pull request #32051 from terminalmage/fix-state-apply-output

Fix outputter for state.apply
This commit is contained in:
Mike Place 2016-03-23 10:42:43 -06:00
commit 908a7bf5cd

View file

@ -43,7 +43,7 @@ __outputter__ = {
'highstate': 'highstate',
'template': 'highstate',
'template_str': 'highstate',
'apply': 'highstate',
'apply_': 'highstate',
'request': 'highstate',
'check_request': 'highstate',
'run_request': 'highstate',