Add order_masters config tot he master config defaults

This commit is contained in:
Thomas S Hatch 2011-07-30 21:36:55 -06:00
parent 055d21ba65
commit 9b80f09c11

View File

@ -141,6 +141,7 @@ def master_config(path):
'auto_accept': False,
'renderer': 'yaml_jinja',
'state_top': 'top.yml',
'order_masters': False,
'log_file': '/var/log/salt/master',
'log_level': 'warning',
'log_granular_levels': {},