Add renderer to the master opts

This commit is contained in:
Thomas S Hatch 2011-05-28 13:39:26 -06:00
parent ee044f5c64
commit a4351cd56a

View file

@ -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': {},