mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
I went out and found some good ports to use, ones that use my lucky number 45
:)
This commit is contained in:
parent
3f7db8344f
commit
5ee33e9712
1 changed files with 4 additions and 6 deletions
|
@ -13,7 +13,7 @@ def minion_config(path):
|
|||
Reads in the minion configuration file and sets up special options
|
||||
'''
|
||||
opts = {'master': 'mcp',
|
||||
'master_port': '7777',
|
||||
'master_port': '4505',
|
||||
'pki_dir': '/etc/salt/pki',
|
||||
'hostname': socket.getfqdn(),
|
||||
}
|
||||
|
@ -35,13 +35,11 @@ def master_config(path):
|
|||
Reads in the master configuration file and sets up default options
|
||||
'''
|
||||
opts = {'interface': '0.0.0.0',
|
||||
'publish_port': '7777',
|
||||
'publish_port': '4505',
|
||||
'worker_threads': 5,
|
||||
'worker_port': '7778',
|
||||
'ret_port': '7776',
|
||||
'ret_port': '4506',
|
||||
'local_threads': 5,
|
||||
'local_port': '7775',
|
||||
'local_worker_port': '7774',
|
||||
'local_port': '4507',
|
||||
'cachedir': '/var/cache/salt'}
|
||||
|
||||
if os.path.isfile(path):
|
||||
|
|
Loading…
Add table
Reference in a new issue