Add the file config stuff to the config defauls

This commit is contained in:
Thomas S Hatch 2011-05-20 12:55:44 -06:00
parent 6b28ca3506
commit 9e73001008

View File

@ -74,6 +74,9 @@ def master_config(path):
'keep_jobs': 24,
'pki_dir': '/etc/salt/pki',
'cachedir': '/var/cache/salt',
'file_root': '/srv/salt',
'file_buffer_size': 1048576,
'hash_type': 'md5',
'conf_file': path,
'open_mode': False,
'auto_accept': False,