mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
5f5d7193b0
This got removed during the attempt to make the tests run on Windows. I added them everywhere even though that's not strictly necessary. Without these set on the master and sub_master, Windows will throw erorrs because the networking stack will decide that anything that's bound to 0.0.0.0 represents an extestential threat to any socket that attempts to *connect* to one of those ports. (For...reasons.)
26 lines
558 B
Plaintext
26 lines
558 B
Plaintext
# Master Settings
|
|
# This is the Master of Masters
|
|
id: syndic_master
|
|
interface: 127.0.0.1
|
|
publish_port: 54505
|
|
ret_port: 54506
|
|
worker_threads: 3
|
|
pidfile: syndic_master.pid
|
|
sock_dir: syndic_master_sock
|
|
timeout: 1
|
|
open_mode: True
|
|
fileserver_list_cache_time: 0
|
|
pillar_opts: True
|
|
log_file: syndic_master.log
|
|
log_level_logfile: debug
|
|
|
|
# These settings needed for tests on Windows which defaults
|
|
# to ipc_mode: tcp
|
|
tcp_master_pub_port: 54512
|
|
tcp_master_pull_port: 54513
|
|
tcp_master_publish_pull: 54514
|
|
tcp_master_workers: 54515
|
|
|
|
# Syndic Settings
|
|
order_masters: True
|