salt/tests/integration/files/conf/syndic
Mike Place 5f5d7193b0 Add interface to all configs
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.)
2016-07-20 10:00:31 -06:00

10 lines
197 B
Plaintext

# Syndic Settings
id: syndic
interface: 127.0.0.1
syndic_master: localhost
syndic_master_port: 54506
syndic_log_file: syndic.log
syndic_pidfile: syndic.pid
tcp_pub_port: 64510
tcp_pull_port: 64511