mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add renderer to the master opts
This commit is contained in:
parent
ee044f5c64
commit
a4351cd56a
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ def master_config(path):
|
|||
'conf_file': path,
|
||||
'open_mode': False,
|
||||
'auto_accept': False,
|
||||
'renderer': 'yaml_jinja',
|
||||
'log_file': '/var/log/salt/master',
|
||||
'log_level': 'warning',
|
||||
'log_granular_levels': {},
|
||||
|
|
Loading…
Add table
Reference in a new issue