Modify master config for zeromq changes

This commit is contained in:
Thomas S Hatch 2011-05-03 21:36:34 -06:00
parent b67ec21615
commit f884d650c4

View File

@ -64,10 +64,10 @@ def master_config(path):
'''
opts = {'interface': '0.0.0.0',
'publish_port': '4505',
'publish_pull_port': '45055',
'worker_threads': 5,
'worker_start_port': '45056',
'ret_port': '4506',
'local_threads': 5,
'local_port': '4507',
'keep_jobs': 24,
'pki_dir': '/etc/salt/pki',
'cachedir': '/var/cache/salt',