mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
e467b1e00b
* Inherit the master configuration file on the syndic one. * Recreate the Syndic on the test. Don't pass it as a module global.
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
include: master
|
|
# syndic basic config
|
|
# same config as master ./except the syndic bits
|
|
# in the TestCase we add at the top of the configfile the content of ./master
|
|
# to avoid duplication
|
|
order_masters: True
|
|
acceptance_wait_time: 1
|
|
syndic_log_file: osyndic.log
|
|
syndic_pidfile: osyndic.pid
|
|
syndic_master: localhost
|
|
syndic_master_port: 54506
|
|
|