mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Change default outputter for state.template/template_str
This commit is contained in:
parent
3739da0ea4
commit
cea7e9ca1f
@ -29,6 +29,8 @@ __outputter__ = {
|
||||
'top': 'highstate',
|
||||
'single': 'highstate',
|
||||
'highstate': 'highstate',
|
||||
'template': 'highstate',
|
||||
'template_str': 'highstate',
|
||||
}
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
Loading…
Reference in New Issue
Block a user